API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceAsepriteHashData
@codexo/exojs-aseprite / aseprite / stable
Aseprite JSON export in hash mode - frames is an object keyed by frame name.
2
props
0
methods
0
events
Import
import { AsepriteHashData } from '@codexo/exojs-aseprite'Aseprite JSON export in hash mode - frames is an object keyed by frame name.
Properties2
frames: Readonly<Record<string, AsepriteFrameDataA single animation frame in the Aseprite JSON export.>>Source