API reference

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

I

interfaceAsepriteFrameTag

@codexo/exojs-aseprite / aseprite / stable

A named animation range defined via Aseprite frame tags. `from` and `to` are inclusive zero-based frame indices.

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

A named animation range defined via Aseprite frame tags. `from` and `to` are inclusive zero-based frame indices.

Properties6
color?: string
from: number
Inclusive start frame index.
name: string
repeat?: string
Number of times the tag plays before stopping, as a numeric string (e.g. "1", "2"). Absent means the tag loops indefinitely.
to: number
Inclusive end frame index.
Source