mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
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:
@@ -0,0 +1,7 @@
|
||||
/// <reference path="html2canvas.d.ts" />
|
||||
|
||||
var element: HTMLElement;
|
||||
|
||||
html2canvas(element);
|
||||
html2canvas(element, {});
|
||||
|
||||
Reference in New Issue
Block a user