I have made a paint brush type of application using the Canvas Tag . I wanted that when the mouse is on the canvas the Cursor Changes ,
Add a "dragging" class to the canvas while the dragging action is on (and remove it on mouseUp)
Then add this style:
canvas {cursor: default;} canvas.dragging {cursor: crosshair;}