An angular web application where users can create digital artwork on a canvas.
- Draw on the canvas using the mouse.
- Change the colour of the canvas tools.
- Change the size of the canvas tools.
- Clear the canvas using a button.
- Use an eraser to remove parts of the drawing.
- Export the canvas as a PNG.
- After cloning the repository
cd
into the application's root directory and runnpm install
oryarn
in our terminal
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
- Run
ng build --prod --aot