converting contents of a div into an image

后端 未结 3 518
别那么骄傲
别那么骄傲 2021-01-21 21:59

I am creating an image editor type web application. I have a main div which will contain many div inside it.

When the user clicks on a save bu

3条回答
  •  心在旅途
    2021-01-21 22:25

    If you want to take a 'screenshot' of your main div check out the links below

    Using HTML5/Canvas/JavaScript to take screenshots

    http://html2canvas.hertzen.com/

提交回复
热议问题