UNPKG

sprix

Version:

Sprites for your project, with pleasure

13 lines 295 B
export interface SpritesConfig { spritesPath: string; spriteTypesOutputPath: string; spriteOutputPath: string; projectPath: string; } export interface Sprite { id: string; relativePath: string; path: string; contents: string; } //# sourceMappingURL=types.d.ts.map