electron-exif-rotate
v0.2.2
Published
Automatically rotate images based on EXIF metadata in Electron windows
Downloads
4
Maintainers
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.