1.0.0 • Published 8 years ago

is-auto-orienting v1.0.0

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

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