@exifer/tags

List of Exif meta-data tags

Usage no npm install needed!

<script type="module">
  import exiferTags from 'https://cdn.skypack.dev/@exifer/tags';
</script>

README

@exifer/tags npm

List of the most common exif meta-data tags.

Install

$ npm install --save @exifer/tags

This module exposes three module definitions:

  • ES Module: dist/exif-tags.mjs
  • UMD: dist/exif-tags.umd.js
  • CommonJS: dist/exif-tags.js

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

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

Usage

import exifer from 'exifer';
import tags from '@exifer/tags';

// Pass all tags to exif to read
const metadata = await exifer(img, { gps: tags.gps, exif: tags.exif });

API

tags

Type: Object

exif

Type: Object

Map with exif tags.

gps

Type: Object

Map with exif gps tags.

License

MIT © Terkel Gjervig