Browser-based EXIF metadata viewer and removal tool.
Implements two-pass metadata stripping:
- First pass: Initial canvas rendering to strip embedded metadata
- Second pass: Additional canvas processing with recompression to ensure thorough metadata removal
- Local browser processing
- Supports: JPEG, PNG, HEIC, WebP, GIF
- GPS location detection
- Device information detection
- Personal data detection
- Metadata removal
All processing occurs client-side. No server uploads.
- React
- TailwindCSS
- ExifJS
- Framer Motion
- Leaflet
# Install dependencies
npm install
# Run development server
npm start
# Build for production
npm run build
MIT
Available on GitHub