cropperjs : JavaScript image cropper.. You can installing cropperjs 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 cropperjs $ sudo npm install -g cropperjs
If want to update the cropperjs package execute the command as below,
$ sudo npm update cropperjs
Update package globally,
$ npm install -g cropperjs
$ sudo git clone https://github.com/rektide/cropperjs.git
$ sudo npm install -g ./cropperjs
cropperjs@1.1.3 /usr/lib/node_modules/cropperjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cropperjs
Package Name | cropperjs |
Version | 1.1.3 |
Description | JavaScript image cropper. |
Released Date | 2017-10-21T10:13:51.440Z |
Published by | fengyuanchen |
How to Learn | https://www.npmjs.com/package/cropperjs/tutorial |