@kayahr/aseprite

    Interface Point

    A point with an X and Y coordinate

    interface Point {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    The X coordinate.

    y: number

    The Y coordinate.

    MMNEPVFCICPMFPCPTTAAATR