A fast, private image cropper and compressor that runs entirely in your browser.
No uploads. No servers. Just drag, crop, and go.
- Drag & drop or click to select an image
- Instant compression to JPEG with real-time size comparison
- Copy to clipboard with one click
- Download the compressed result
- 100% client-side — nothing leaves your browser
- React + Vite
- styled-components for styling
- react-avatar-editor for the crop canvas
- react-image-file-resizer for compression
npm install
npm run devOpen localhost:5173.
| Command | Description |
|---|---|
npm run dev |
Start dev server with HMR |
npm run build |
Production build to dist/ |
npm run preview |
Preview the production build |