sharp : High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images. You can installing sharp 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 sharp $ sudo npm install -g sharp
If want to update the sharp package execute the command as below,
$ sudo npm update sharp
Update package globally,
$ npm install -g sharp
$ sudo git clone https://github.com/rektide/sharp.git
$ sudo npm install -g ./sharp
sharp@0.18.4 /usr/lib/node_modules/sharp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sharp
| Package Name | sharp |
| Version | 0.18.4 |
| Description | High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images |
| Released Date | 2017-09-18T19:55:52.389Z |
| Published by | lovell |
| How to Learn | https://www.npmjs.com/package/sharp/tutorial |