ExcelDraw is a lightweight drawing and canvas-based editor inspired by tools like Excalidraw. It allows users to create, draw, and interact with shapes on a canvas with smooth UI controls — now with audio support 🎧.
- 🖊️ Freehand drawing (Pen tool)
- 🔲 Shape tools (Rectangle, Circle, Line, etc.)
- 🧲 Select & Move elements
- 🔄 Undo / Redo support
- 📐 Canvas-based editor
- 📤 Export canvas as PDF/Image
- 🎯 Toolbar with tool switching
- 🎧 Audio support (play / record / feedback sounds)
- ⚡ Smooth dragging & interaction
- 🔊 Play sound effects on tool actions
- 🎙️ Record voice notes (optional)
- 🔁 Playback recorded audio
- 📁 Attach audio to drawings (future scope)
- HTML5 Canvas
- JavaScript (ES6+)
- React (if used)
- Web Audio API 🎧
- CSS / Tailwind
git clone https://github.com/Lo-kith/exceldraw.git
cd exceldraw
npm install
npm start