tinify : Node.js client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.. You can installing tinify 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 tinify $ sudo npm install -g tinify
If want to update the tinify package execute the command as below,
$ sudo npm update tinify
Update package globally,
$ npm install -g tinify
$ sudo git clone https://github.com/rektide/tinify.git
$ sudo npm install -g ./tinify
tinify@1.5.0 /usr/lib/node_modules/tinify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tinify
| Package Name | tinify |
| Version | 1.5.0 |
| Description | Node.js client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com. |
| Released Date | 2017-02-16T12:30:08.091Z |
| Published by | tinify |
| How to Learn | https://www.npmjs.com/package/tinify/tutorial |