Show HN: React Image Editor – Lightweight Image Editing for React
2 ozdemircibaris 0 8/11/2025, 1:53:51 PM github.com ↗
I made a React image editor component focused on the 80/20 of editing: crop, selective blur, freehand draw, shapes, and full undo/redo — all client-side.
Highlights - TypeScript-first, lightweight - Plug-and-play component API - Keyboard shortcuts (Ctrl/Cmd+Z/Y, Delete) - No backend; uses browser APIs
Demo & install - Live demo: https://image-editor.ozdemircibaris.dev - npm: npm i @ozdemircibaris/react-image-editor
Coming next: text, arrows, filters, mobile UI, AI helpers. Feedback welcome — especially on API design and missing features.
No comments yet