0
Is there a way to add pentool(like in paint brush) to draw on an image in html?
Just curious if I can add function like paint brush to draw something on image , if it's possible please point me in right direction. Thank you in advance.
2 Réponses
+ 2
Yes it is possible. One possible way is to use a canvas element and then use the mouse events for draging the mousebutton over the canvas.
But you need to implement the drawing on your own.
0
Thanks for the answer, I will try it.