Take Screenshot of Browser via JavaScript (or something else)

前端 未结 15 1937
天命终不由人
天命终不由人 2020-12-15 04:43

For support reasons I want to be able for a user to take a screenshot of the current browser window as easy as possible and send it over to the server.

Any (crazy)

15条回答
  •  失恋的感觉
    2020-12-15 05:36

    Perhaps http://html2canvas.hertzen.com/ could be used. Then you can capture the display and then process it.

提交回复
热议问题