vue-jpeg-auto-rotation
v1.0.1
Published
It automatically rotates and flips web images to the right orientation, based on their EXIF tags.
Downloads
23
Readme
vue-jpeg-auto-rotation
vue-jpeg-auto-rotation
automatically rotates & flips web images to the right orientation, based on their EXIF tags.
More information about EXIF Orientation Tag: exif orientation handling is a ghetto
Installation
Install with yarn:
$ yarn add vue-jpeg-auto-rotation
Install with npm:
$ npm install vue-jpeg-auto-rotation
Usage
<auto-rotate><img :src="img"/></auto-rotate>