pngjs : PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.. You can installing pngjs 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 $ sudo npm install -g pngjs
If want to update the pngjs package execute the command as below,
$ sudo npm update pngjs
Update package globally,
$ npm install -g pngjs
$ sudo git clone https://github.com/rektide/pngjs.git
$ sudo npm install -g ./pngjs
pngjs@3.3.1 /usr/lib/node_modules/pngjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pngjs
| Package Name | pngjs |
| Version | 3.3.1 |
| Description | PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite. |
| Released Date | 2017-11-15T18:40:28.461Z |
| Published by | lukeapage |
| How to Learn | https://www.npmjs.com/package/pngjs/tutorial |