1.0.0-beta.2 • Published 4 years ago

@exifer/gps v1.0.0-beta.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@exifer/gps npm

Tags and parsers for gps meta-data.

Install

$ npm install --save @exifer/gps

This module exposes three module definitions:

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

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

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

Usage

import exifer from 'exifer';
import gps from '@exifer/gps';

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

License

MIT © Terkel Gjervig