UNPKG

aseprite-atlas

Version:

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

7 lines (6 loc) 128 B
import { Integer } from './Integer'; /** Width and height in pixels. */ export interface WH { w: Integer; h: Integer; }