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

@exifer/exif

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/exif

Exif tags and parsers

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

@exifer/exif npm

Tags and parsers for exif meta-data.

Install

$ npm install --save @exifer/exif

This module exposes three module definitions:

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

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

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

Usage

import exifer from 'exifer';
import exif from '@exifer/exif';

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

License

MIT © Terkel Gjervig

Keywords

img

FAQs

Package last updated on 19 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