An open API service indexing awesome lists of open source software.

https://github.com/nakaji-dayo/react-exif-autorotate-image

React component that rotates image based on exif and draws on canvas
https://github.com/nakaji-dayo/react-exif-autorotate-image

exif image orientation react rotate

Last synced: 2 months ago
JSON representation

React component that rotates image based on exif and draws on canvas

Awesome Lists containing this project

README

          

# react-exif-autorotate-image

[![npm version](https://badge.fury.io/js/react-exif-autorotate-image.svg)](https://badge.fury.io/js/react-exif-autorotate-image)

## example
```
npm install
npm run build-example
cd example
python -m 'SimpleHTTPServer'
```