I have <div>a picture in it. An image can be modified by the user by entering data, and elements can also be added to the current image. Upon completion, I would like the user to be able to save the image they created.
I have used MVC4and jQueryto create the project. Is there a way to save a snapshot of the created item? I looked at the canvas, but that would not work in my case.
thank
source
share