JSPM

@exifer/gps

1.0.0-beta.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 155
  • Score
    100M100P100Q82702F
  • License MIT

GPS tags and parsers

Package Exports

  • @exifer/gps

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@exifer/gps) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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