I have an image and when I click on this image, I want to circle the location where I clicked.
I also need to get the position to save to the bank later, because when I open the image again, I need to draw the circle again in the same position.
It will always be the same image, with the same size, I need to do this in JavaScript. I appreciate the attention.