Looking for a way to draw lines on an image
I am currently using
jQuery Superbox to display images. I want to add the ability for the user to be able draw a line between 2 points on the image. They should be able to click and drag to create the line and once a line is drawn, move an endpoint around. I would need to be able to get the endpoints of the line in some units that would enable to be know the length of the line in pixels and also the x and y coordinates.
Does anyone know of a plugin that will allow me to do this?
I know
jQuery SuperBox is deprecated and I am open to switching to a different image plugin if I could get the features I need.