imagemagick : A wrapper around the imagemagick cli. You can installing imagemagick 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 imagemagick $ sudo npm install -g imagemagick
If want to update the imagemagick package execute the command as below,
$ sudo npm update imagemagick
Update package globally,
$ npm install -g imagemagick
$ sudo git clone https://github.com/rektide/imagemagick.git
$ sudo npm install -g ./imagemagick
imagemagick@0.1.3 /usr/lib/node_modules/imagemagick
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall imagemagick
Package Name | imagemagick |
Version | 0.1.3 |
Description | A wrapper around the imagemagick cli |
Released Date | 2012-12-06T06:58:19.234Z |
Published by | rsms |
How to Learn | https://www.npmjs.com/package/imagemagick/tutorial |