/svg-sheet

Make SVG sprite sheets

Primary LanguageJavaScript

SVG Sheet

Takes in a list of source SVG assets, minifies them and then merges them into a single sprite sheet. Useful for simple animations.

Note: this is not a general purpose solution, but tailored to a specific set of SVGs (that are not included in this repo).

Usage

Install everything:

yarn

Put your source assets in the srcAssets folder.

Minify everything:

yarn min

Build everything into a single sprite sheet:

yarn build

Get your asset from dist.