png-js : A PNG decoder in CoffeeScript. You can installing png-js 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 png-js $ sudo npm install -g png-js
If want to update the png-js package execute the command as below,
$ sudo npm update png-js
Update package globally,
$ npm install -g png-js
$ sudo git clone https://github.com/rektide/png-js.git
$ sudo npm install -g ./png-js
png-js@0.1.1 /usr/lib/node_modules/png-js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall png-js
| Package Name | png-js |
| Version | 0.1.1 |
| Description | A PNG decoder in CoffeeScript |
| Released Date | 2012-11-21T23:17:13.830Z |
| Published by | npm |
| How to Learn | https://www.npmjs.com/package/png-js/tutorial |