svg-sprite : SVG sprites & stacks galore ? A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.). You can installing svg-sprite npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install svg-sprite $ sudo npm install -g svg-sprite
If want to update the svg-sprite package execute the command as below,
$ sudo npm update svg-sprite
Update package globally,
$ npm install -g svg-sprite
$ sudo git clone https://github.com/rektide/svg-sprite.git
$ sudo npm install -g ./svg-sprite
svg-sprite@1.3.7 /usr/lib/node_modules/svg-sprite
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall svg-sprite
| Package Name | svg-sprite |
| Version | 1.3.7 |
| Description | SVG sprites & stacks galore ? A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.) |
| Released Date | 2017-06-01T21:27:47.424Z |
| Published by | jkphl |
| How to Learn | https://www.npmjs.com/package/svg-sprite/tutorial |