jpeg-js : A pure javascript JPEG encoder and decoder. You can installing jpeg-js 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 jpeg-js $ sudo npm install -g jpeg-js
If want to update the jpeg-js package execute the command as below,
$ sudo npm update jpeg-js
Update package globally,
$ npm install -g jpeg-js
$ sudo git clone https://github.com/rektide/jpeg-js.git
$ sudo npm install -g ./jpeg-js
jpeg-js@0.3.3 /usr/lib/node_modules/jpeg-js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jpeg-js
Package Name | jpeg-js |
Version | 0.3.3 |
Description | A pure javascript JPEG encoder and decoder |
Released Date | 2017-06-30T02:48:45.754Z |
Published by | benwiley4000 |
How to Learn | https://www.npmjs.com/package/jpeg-js/tutorial |