Take a picture of the div

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

+5
source share
1 answer

Intriguing question:

You can start here: http://html2canvas.hertzen.com/ library, which allows you to "copy" HTML to the canvas.

: "canvas"

, , .

.

: , . :)

+2

All Articles