Quantcast
Viewing all articles
Browse latest Browse all 10

html2canvas – Screenshots with JavaScript

This script allows you to take “screenshots” of webpages or parts of it, directly on the users browser. The screenshot is based on the DOM and as such may not be 100% accurate to the real representation as it does not make an actual screenshot, but builds the screenshot based on the information available on the page.

Image may be NSFW.
Clik here to view.
html2canvas - Screenshots with JavaScript

The script renders the current page as a canvas image, by reading the DOM and the different styles applied to the elements. However, as many elements are displayed differently on different browsers and operating systems (such as form elements such as radio buttons or checkboxes) as well as.

Browser compatibility

The script should work fine on the following browsers:

  • Firefox 3.5+
  • Google Chrome
  • Newer versions of Opera
  • >=IE9 (Older versions compatible with the use of flashcanvas)

Source website & Download


Viewing all articles
Browse latest Browse all 10

Trending Articles