UNPKG

aseprite-atlas

Version:

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

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