html2canvas!

html2canvas alternatives

  • Phantomjs

  • PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.

    tags: development development-tool dom web-development
  • RasterizeHTML.js

  • RasterizeHTML.js is a JavaScript library for rendering HTML to a canvas.

    tags: rendering html-to-image convert-html html-to-canvas
  • DOM to Image

  • DOM to Image is a library which can turn arbitrary DOM node into a vector (SVG) or raster (PNG or JPEG) image, written in JavaScript. It's based on domvas by Paul Bakaus and has been completely rewritten, with some bugs fixed and some new features (like web font and image support) added.

    tags: development development-tool html-to-image svg web-development