hUseme is an interactive web app for drawing and customizing shapes, built with React, Konva, and TypeScript. You can draw basic shapes, arrows, free-draw, and save your creations as PNG images. 🎨
- Draw circles, squares, triangles, and arrows. ➡️
- Freehand drawing tool. ✍️
- Save your drawing as a PNG image. 📸
- Customizable shapes (color, size, etc.). 🎨
Try out the app here: hUseme Demo
- Clone the repository:
git clone https://github.com/rohit20v/hUseme.git
- Install dependencies:
cd hUseme npm install
- Run
npm run dev
The app will be available at http://localhost:5173.
- React for building the UI ⚛️
- Konva for rendering shapes 🖼️
- TypeScript for type safety 💻
Feel free to fork this repository and submit pull requests for improvements or new features. Your contributions are always welcome!