Create an Image of a DIV in JavaScript (GIF/PNG)

后端 未结 7 844
萌比男神i
萌比男神i 2020-11-30 12:39

I\'m wondering is there a JavaScript library available that would allow me to generate an Image from the contents of a DIV.

Basically this is required for some Serve

相关标签:
7条回答
  • 2020-11-30 13:28

    I really don't think this is possible on the browser, certainly not without some kind of plugin.

    Could you send some coordinate info or something to the web server and that way have the web server request the same map image from the image server?

    0 讨论(0)
提交回复
热议问题