Socket
Socket
Sign inDemoInstall

ember-exif-shim

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-exif-shim

Exif-js Ember Addon


Version published
Maintainers
1
Created
Source

ember-exif-shim

ember shim for exif-js

  • ember install ember-exif-shim

0.2.0

  • use exif-js npm package.
  • exif-tag util
import queryExifTags from "./utils/exif-tag";

model () {
  queryExitTags.then(tags => {
    
  })
}

Development

Installation

  • git clone <repository-url> this repository
  • cd ember-exif-shim
  • npm install

Running

  • ember serve
  • Visit your app at http://localhost:4200.

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

Keywords

FAQs

Package last updated on 03 Oct 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc