pngquant-bin : pngquant wrapper that makes it seamlessly available as a local dependency. You can installing pngquant-bin 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 pngquant-bin $ sudo npm install -g pngquant-bin
If want to update the pngquant-bin package execute the command as below,
$ sudo npm update pngquant-bin
Update package globally,
$ npm install -g pngquant-bin
$ sudo git clone https://github.com/rektide/pngquant-bin.git
$ sudo npm install -g ./pngquant-bin
pngquant-bin@3.1.1 /usr/lib/node_modules/pngquant-bin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pngquant-bin
| Package Name | pngquant-bin |
| Version | 3.1.1 |
| Description | pngquant wrapper that makes it seamlessly available as a local dependency |
| Released Date | 2016-06-28T11:37:44.853Z |
| Published by | shinnn |
| How to Learn | https://www.npmjs.com/package/pngquant-bin/tutorial |