electron-exif-rotate

Automatically rotate images based on EXIF metadata in Electron windows

Usage no npm install needed!

<script type="module">
  import electronExifRotate from 'https://cdn.skypack.dev/electron-exif-rotate';
</script>

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.