Tags and parsers for exif meta-data.
$ npm install --save @exifer/exif
This module exposes three module definitions:
- ES Module:
dist/exifer-exif.mjs - UMD:
dist/exifer-exif.umd.js - CommonJS:
dist/exifer-exif.js
The script can also be directly included from unpkg.com:
<script src="https://unpkg.com/@exifer/exif"></script>import exifer from 'exifer';
import exif from '@exifer/exif';
// Pass tag/parser map to Exifer
const metadata = await exifer(img, {
tags: { exif }
});MIT © Terkel Gjervig