jimp : An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).. You can installing jimp 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 jimp $ sudo npm install -g jimp
If want to update the jimp package execute the command as below,
$ sudo npm update jimp
Update package globally,
$ npm install -g jimp
$ sudo git clone https://github.com/rektide/jimp.git
$ sudo npm install -g ./jimp
jimp@0.2.28 /usr/lib/node_modules/jimp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jimp
Package Name | jimp |
Version | 0.2.28 |
Description | An image processing library written entirely in JavaScript (i.e. zero external or native dependencies). |
Released Date | 2017-05-21T01:22:27.672Z |
Published by | oliver.moran |
How to Learn | https://www.npmjs.com/package/jimp/tutorial |