DefinitelyTyped/types/html2canvas/html2canvas-tests.ts
2017-03-24 14:27:52 -07:00

8 lines
78 B
TypeScript

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