UNPKG
sprix
Version:
latest (0.0.2)
0.0.2
0.0.1
Sprites for your project, with pleasure
github.com/fayez-nazzal/sprix
fayez-nazzal/sprix
sprix
/
dist
/
types.d.ts
13 lines
•
295 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
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