Take screenshot of <body> with html2canvas and store img as JS var
问题 I am attempting to let users on my site push a button to take a screenshot of the current screen ( everything in body). From my research, html2canvas seems to be a resource that makes this possible. My issue is the documentation does not provide example code and I am struggling to get a grip on the steps involved. http://html2canvas.hertzen.com/documentation.html The following SO question ( How to upload a screenshot using html2canvas? ) leaves me a bit confused. I just want to know how to