A small solo project to annotate screenshots quickly. Paste or drop an image, add arrows/text/blur, and export a PNG. Built as a simple web app with no backend.
I wanted a distraction‑free tool that loads instantly for quick bug reports and notes.
- Minimal HTML canvas UI
- Tools: Arrow, Text, Box, Blur
- Keyboard shortcuts
- Offline-capable static site
No build step required. Open public/index.html in a browser.
npm run serve # optional, if a dev server is added later
MIT — see LICENSE for details.