@exifer/iptc

1.0.0-beta.2 • Public • Published

@exifer/iptc npm

Tags and parsers for IPTC meta-data.

Install

$ npm install --save @exifer/iptc

This module exposes three module definitions:

  • ES Module: dist/exifer-iptc.mjs
  • UMD: dist/exifer-iptc.umd.js
  • CommonJS: dist/exifer-iptc.js

The script can also be directly included from unpkg.com:

<script src="https://unpkg.com/@exifer/iptc"></script>

Usage

import exifer from 'exifer';
import iptc from '@exifer/iptc';

// Pass tag/parser map to Exifer
const metadata = await exifer(img, {
    tags: { iptc }
});

License

MIT © Terkel Gjervig

Package Sidebar

Install

npm i @exifer/iptc

Weekly Downloads

3

Version

1.0.0-beta.2

License

MIT

Unpacked Size

22.4 kB

Total Files

5

Last publish

Collaborators

  • terkelg