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
- Host: GitHub
- URL: https://github.com/nakaji-dayo/react-exif-autorotate-image
- Owner: nakaji-dayo
- License: mit
- Created: 2017-03-12T16:35:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T18:14:53.000Z (over 8 years ago)
- Last Synced: 2025-05-21T20:11:26.423Z (5 months ago)
- Topics: exif, image, orientation, react, rotate
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-exif-autorotate-image
[](https://badge.fury.io/js/react-exif-autorotate-image)
## example
```
npm install
npm run build-example
cd example
python -m 'SimpleHTTPServer'
```