API reference

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

I

interfaceAsepriteRect

@codexo/exojs-aseprite / aseprite / stable

Pixel region rectangle used throughout the Aseprite JSON format.

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

Pixel region rectangle used throughout the Aseprite JSON format.

Properties4
h: number
w: number
x: number
y: number
Source