pngjs-image : JavaScript-based PNG image encoder, decoder, and manipulator. You can installing pngjs-image 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 pngjs-image $ sudo npm install -g pngjs-image
If want to update the pngjs-image package execute the command as below,
$ sudo npm update pngjs-image
Update package globally,
$ npm install -g pngjs-image
$ sudo git clone https://github.com/rektide/pngjs-image.git
$ sudo npm install -g ./pngjs-image
pngjs-image@0.11.7 /usr/lib/node_modules/pngjs-image
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pngjs-image
| Package Name | pngjs-image |
| Version | 0.11.7 |
| Description | JavaScript-based PNG image encoder, decoder, and manipulator |
| Released Date | 2016-10-24T13:25:43.208Z |
| Published by | davglass |
| How to Learn | https://www.npmjs.com/package/pngjs-image/tutorial |