Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 498 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 498 Bytes

html2canvas-angular

This a angular service wrapper for niklasvh/html2canvas. There are two files

  • sample.html - has a bare-bones angular body to test out the service
  • html2canvas-angular.js - contains a minified version of html2canvas and a basic service wrapper.

Method Reference

RenderBody

returns: promise

Captures the current body and resolves the promise with a canvas element of the page.