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 
Tags and parsers for gps meta-data.
Install
$ npm install --save @exifer/gpsThis 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