@kayahr/aseprite

    Interface SpriteSheet

    Aseprite sprite sheet. This is the root type in an Aseprite JSON file.

    interface SpriteSheet {
        frames: Record<string, Frame> | ArrayFrame[];
        meta: Meta;
    }
    Index

    Properties

    Properties

    frames: Record<string, Frame> | ArrayFrame[]

    Array or map (depending on export settings) with sprite frame definitions. When exported in Hash format then the keys of this map are the frame filenames. See ["filename"] for important information regarding the filename format.

    meta: Meta

    Sprite sheet meta data.

    MMNEPVFCICPMFPCPTTAAATR