0.0.3 • Published 5 years ago

pxw-sprite-cli v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

A CLI to generate a spritesheet from a given folder of svgs.

Without options

$ pxw-sprite-cli

Generates a spritesheet of all svgs in the current folder. The sprite will be written to the folder svg-sprite in the current directory.

With options

  • Use --input=/path/to/svgs to set the input folder.

Example

$ pxw-sprite-cli --input=./svgs

  • Use --output=/path/to/sprite to set the output folder.

Example

$ pxw-sprite-cli --output=./sprite