Hey there, I'm currently working on a project that involves canvas manipulation. I've successfully figured out how to draw an image and move it within the canvas, which wasn't too difficult to achieve. However, I'm now facing a challenge in changing my cursor to "move" when hovering over the image like this:
img{
cursor:move;
}
I've searched for solutions but couldn't find any that work. Does anyone have any suggestions? Any help would be greatly appreciated!