API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceAsepriteFrameData

@codexo/exojs-aseprite / aseprite / stable

A single animation frame in the Aseprite JSON export.

6
props
0
methods
0
events
Import
import { AsepriteFrameData } from '@codexo/exojs-aseprite'

A single animation frame in the Aseprite JSON export.

Properties6
duration: number
Display duration of this frame in milliseconds.
Pixel region of this frame within the packed sprite sheet texture.
rotated: boolean
trimmed: boolean
Source