Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

electron-exif-rotate

robjtede7MIT0.2.2TypeScript support: included

Automatically rotate images based on EXIF metadata in Electron windows

electron, exif, rotate, auto-rotate, metadata

readme

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.