Marking a point on an image in Svelte
I’m trying to implement an application where when the user clicks on an image, the coordinates are being saved to variables, and the point of the click is highlighted in red.
I’m trying to implement an application where when the user clicks on an image, the coordinates are being saved to variables, and the point of the click is highlighted in red.