save-pixels : Saves an ndarray as an image to a file. You can installing save-pixels 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 save-pixels $ sudo npm install -g save-pixels
If want to update the save-pixels package execute the command as below,
$ sudo npm update save-pixels
Update package globally,
$ npm install -g save-pixels
$ sudo git clone https://github.com/rektide/save-pixels.git
$ sudo npm install -g ./save-pixels
save-pixels@2.3.4 /usr/lib/node_modules/save-pixels
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall save-pixels
| Package Name | save-pixels |
| Version | 2.3.4 |
| Description | Saves an ndarray as an image to a file |
| Released Date | 2016-08-15T13:42:06.764Z |
| Published by | jaspervdg |
| How to Learn | https://www.npmjs.com/package/save-pixels/tutorial |