UNPKG

aseprite-atlas

Version:

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

6 lines (5 loc) 140 B
import { WH } from './WH'; import { XY } from './XY'; /** Width and height at position x and y. */ export interface Rect extends XY, WH { }