is-auto-orienting
v1.0.0
Published
Feature detect whether the current browser is using the EXIF orientation when showing images
Downloads
7
Readme
is-auto-orienting
Feature detect whether the current browser is using the EXIF orientation when showing images
Usage
import isAutoOrienting from 'is-auto-orienting'
isAutoOrienting().then(result => {
if (result) {
console.log('This browser is automatically orienting images')
} else {
console.log('This browser is NOT automatically orienting images')
}
})
Licence
MIT