spritesmith : Utility that takes images and creates a spritesheet with JSON sprite data. You can installing spritesmith 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 spritesmith $ sudo npm install -g spritesmith
If want to update the spritesmith package execute the command as below,
$ sudo npm update spritesmith
Update package globally,
$ npm install -g spritesmith
$ sudo git clone https://github.com/rektide/spritesmith.git
$ sudo npm install -g ./spritesmith
spritesmith@3.2.1 /usr/lib/node_modules/spritesmith
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall spritesmith
| Package Name | spritesmith |
| Version | 3.2.1 |
| Description | Utility that takes images and creates a spritesheet with JSON sprite data |
| Released Date | 2017-11-10T09:45:41.186Z |
| Published by | twolfson |
| How to Learn | https://www.npmjs.com/package/spritesmith/tutorial |