Render HTML to an image

后端 未结 17 2136
栀梦
栀梦 2020-11-22 16:06

Is there a way to render html to image like PNG? I know that it is possible with canvas but I would like to render standard html element like div for example.

17条回答
  •  天命终不由人
    2020-11-22 16:20

    Use this code, it will surely work:

    Just do not forget to include Html2CanvasJS file in your program. https://html2canvas.hertzen.com/dist/html2canvas.js

提交回复
热议问题