UNPKG

aseprite-atlas

Version:

Aseprite sprite atlas parser and animator for browser and Node.js.

7 lines (6 loc) 156 B
import { Integer } from './Integer'; /** Cartesian coordinates in pixels with a top-left origin. */ export interface XY { x: Integer; y: Integer; }