-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathusage.txt
More file actions
19 lines (17 loc) · 948 Bytes
/
Copy pathusage.txt
File metadata and controls
19 lines (17 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Usage: spass [arguments]
Arguments:
-i, --input-folder path to the input folder with sprites to assemble
-o, --output-image path to the output folder
-d, --output-descriptor path to the output descriptor file. Currently,
only descriptors of types *.CSS and *.JSON are
supported.
-p, --padding padding between sprites. Sets both --padding-right
and --padding-bottom to the same value
--padding-right set horizontal padding between sprites
--padding-bottom set vertical padding between sprites
--grid-cell NxM use grid layout with each cell of size NxM
-v, --version show program version
-h, --help show help message
Examples:
spass -i icons/ -o spritesheet.svg -d spritesheet.css
spass -i icons/ -o spritesheet.svg -d spritesheet.json --grid-cell 20x20