@kayahr/aseprite

    Interface Size

    A size with width and height component.

    interface Size {
        h: number;
        w: number;
    }
    Index

    Properties

    h w

    Properties

    h: number

    The height

    w: number

    The width

    MMNEPVFCICPMFPCPTTAAATR