Render HTML to an image

后端 未结 17 2126
栀梦
栀梦 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:18

    Yes. HTML2Canvas exists to render HTML onto (which you can then use as an image).

    NOTE: There is a known issue, that this will not work with SVG

提交回复
热议问题