@exifer/tags

1.0.0-beta.1 • Public • Published

@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

Package Sidebar

Install

npm i @exifer/tags

Weekly Downloads

0

Version

1.0.0-beta.1

License

MIT

Unpacked Size

39.8 kB

Total Files

5

Last publish

Collaborators

  • terkelg