Skip to content

rohit20v/hUseme

Repository files navigation

hUseme ✏️

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. 🎨

Features ✨

  • Draw circles, squares, triangles, and arrows. ➡️
  • Freehand drawing tool. ✍️
  • Save your drawing as a PNG image. 📸
  • Customizable shapes (color, size, etc.). 🎨

Live Demo 🚀

Try out the app here: hUseme Demo

Installation 🛠️

  1. Clone the repository:
    git clone https://github.com/rohit20v/hUseme.git
  2. Install dependencies:
    cd hUseme
    npm install
  3. Run
    npm run dev

The app will be available at http://localhost:5173.

Tech Stack 🖥️

  • React for building the UI ⚛️
  • Konva for rendering shapes 🖼️
  • TypeScript for type safety 💻

Contributing 🤝

Feel free to fork this repository and submit pull requests for improvements or new features. Your contributions are always welcome!