is-auto-orienting

1.0.0 • Public • Published

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

Dependencies (2)

Dev Dependencies (2)

Package Sidebar

Install

npm i is-auto-orienting

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bjoerge