exif-parser : A javascript library to extract Exif metadata from images, in node and in the browser.. You can installing exif-parser 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-parser $ sudo npm install -g exif-parser
If want to update the exif-parser package execute the command as below,
$ sudo npm update exif-parser
Update package globally,
$ npm install -g exif-parser
$ sudo git clone https://github.com/rektide/exif-parser.git
$ sudo npm install -g ./exif-parser
exif-parser@0.1.12 /usr/lib/node_modules/exif-parser
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall exif-parser
Package Name | exif-parser |
Version | 0.1.12 |
Description | A javascript library to extract Exif metadata from images, in node and in the browser. |
Released Date | 2017-07-19T17:31:05.431Z |
Published by | bwindels |
How to Learn | https://www.npmjs.com/package/exif-parser/tutorial |