exif-js : JavaScript library for reading EXIF image metadata. You can installing exif-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 exif-js $ sudo npm install -g exif-js
If want to update the exif-js package execute the command as below,
$ sudo npm update exif-js
Update package globally,
$ npm install -g exif-js
$ sudo git clone https://github.com/rektide/exif-js.git
$ sudo npm install -g ./exif-js
exif-js@2.3.0 /usr/lib/node_modules/exif-js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall exif-js
Package Name | exif-js |
Version | 2.3.0 |
Description | JavaScript library for reading EXIF image metadata |
Released Date | 2017-09-10T20:41:59.391Z |
Published by | bartvanderwal |
How to Learn | https://www.npmjs.com/package/exif-js/tutorial |