A free, lightweight and blazing fast drawing app
- Infinite workspace (can be modified)
- Draw freestyle
- Draw lines
- Draw circles
- Draw rectangles (fill | nofill)
- Draw images
- Theme toggle
- Change brush size
- Change brush color
- Reset & Resize the workspace
- Undo & Redo draw
Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Cloning the Repository
git clone https://github.com/yuran1811/Brusha.git
cd Brusha
Installation
Install the project dependencies:
npm install
or
yarn
Running the Project
npm run dev
or
yarn dev
Open http://localhost:5173 in your browser to view the project.