Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@exifer/tags

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exifer/tags

List of Exif meta-data tags

latest
Source
npmnpm
Version
1.0.0-beta.1
Version published
Maintainers
1
Created
Source

@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

Keywords

img

FAQs

Package last updated on 02 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts