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
Install with yarn:
$ yarn add vue-jpeg-auto-rotation
Install with npm:
$ npm install vue-jpeg-auto-rotation
<auto-rotate><img :src="img"/></auto-rotate>