exif-async
Get EXIF data from JPG files using async/await functions or promises. A node.js wrapper around exif module.
Installation
npm i -D exif-async
Usage
Import (or require) default function
;
use async/await
async { try const exif = await ; console; catch err console; };
or promises
;
License
MIT