mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added TypeScript Definition files for Html2Canvas - a library for taking screenshots of a browser window.
8 lines
119 B
TypeScript
8 lines
119 B
TypeScript
/// <reference path="html2canvas.d.ts" />
|
|
|
|
var element: HTMLElement;
|
|
|
|
html2canvas(element);
|
|
html2canvas(element, {});
|
|
|