UNPKG

aseprite-atlas

Version:

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

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