I have a <div> with an image in it. The image can be resized by users input, also items can be added to the current image. Once finished I would like the user to be able to save this image they created.
I have used MVC4 and jQuery to build the project. Is there anyway to save a snapshot of the created item? I have looked at canvas but this would not work in my case.
Thanks