A professional screen annotation tool built with Electron, React, and TypeScript.
- Transparent window overlay for screen annotation
- Professional drawing tools (pen, shapes, text)
- Customizable colors and line thickness
- Global shortcuts for quick access
- Multi-monitor support
- Node.js (v16 or later)
- npm or yarn
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run make
Ctrl+Shift+D
: Toggle drawing modeCtrl+Shift+C
: Clear screenCtrl+Z
: UndoCtrl+Y
: Redo
MIT