DefinitelyTyped/html2canvas/html2canvas-tests.ts
2016-05-10 12:22:25 -07:00

8 lines
78 B
TypeScript

var element: HTMLElement;
html2canvas(element);
html2canvas(element, {});