1.0.1 • Published 7 years ago

vue-jpeg-auto-rotation v1.0.1

Weekly downloads
22
License
MIT
Repository
-
Last release
7 years ago

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>

License

MIT