Add a new option before starting a drawing session where the user will be able to draw with the mouse.
This will result in displaying the canvas and the reference side by side.
The canvas should not be really that fancy. It would suffice having a black pen and an eraser functionality.
Questions
- Which library do we use or should we implement a basic canvas functionality ourselves?
Add a new option before starting a drawing session where the user will be able to draw with the mouse.
This will result in displaying the canvas and the reference side by side.
The canvas should not be really that fancy. It would suffice having a black pen and an eraser functionality.
Questions