html2canvas – Screenshots with JavaScript
Aug 02
html2canvas is an impressive script that can take screenshots of websites (or some parts of them) totally on the client-side, with only JavaScript. The screenshot is generated via rendering the page as a canvas image by reading the DOM and styles applied to the elements. How does it work? The script renders the current page as a canvas image, by reading the DOM and...
Read More