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