UNPKG

aseprite-atlas

Version:

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

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