node-png : Simple PNG encoder/decoder. You can installing node-png 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 node-png $ sudo npm install -g node-png
If want to update the node-png package execute the command as below,
$ sudo npm update node-png
Update package globally,
$ npm install -g node-png
$ sudo git clone https://github.com/rektide/node-png.git
$ sudo npm install -g ./node-png
node-png@0.4.3 /usr/lib/node_modules/node-png
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-png
| Package Name | node-png |
| Version | 0.4.3 |
| Description | Simple PNG encoder/decoder |
| Released Date | 2014-06-20T00:17:56.895Z |
| Published by | brighthas |
| How to Learn | https://www.npmjs.com/package/node-png/tutorial |