Added TypeScript Definition files for Html2Canvas

Added TypeScript Definition files for Html2Canvas - a library for taking
screenshots of a browser window.
This commit is contained in:
Richard Hepburn
2013-12-17 11:29:04 -05:00
parent 1d30cca2e7
commit 93d4a19972
3 changed files with 74 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/// <reference path="html2canvas.d.ts" />
var element: HTMLElement;
html2canvas(element);
html2canvas(element, {});