0.2.2 • Published 4 years ago

electron-exif-rotate v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

electron-exif-rotate

Automatically rotate images based on EXIF metadata in Electron windows

Usage

import { install as installExifRotate } from 'electron-exif-rotate'

app.on('ready', () => {
  // must be called after ready event
  // configure HTTPS interceptor for auto image rotation
  installExifRotate()
})

Compatibility

electron-exif-rotate supports electron >= 1. A Typscript definition is included.

Examples

A quickly runnable example is available in /example. Navigate there and run npm start.