Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cr34t1ve/exif-demo
https://github.com/cr34t1ve/exif-demo
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cr34t1ve/exif-demo
- Owner: cr34t1ve
- Created: 2024-01-17T01:41:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-17T01:41:49.000Z (10 months ago)
- Last Synced: 2024-06-07T20:16:39.573Z (5 months ago)
- Language: CSS
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REACT EXIF EXTRACTION SAMPLE
This is a sample project to demonstrate how to extract EXIF data from an image using React and [exifreader](https://github.com/mattiasw/ExifReader?tab=readme-ov-file).
## How to run
1. Clone this repository
2. Run `yarn install`
3. Run `yarn dev`
4. Open `http://localhost:5173` in your browser## How to use
1. Click on the `Choose File` button
2. Select an image from your computer
3. EXIF data will be displayed in the console.