/// <reference path="html2canvas.d.ts" />

var element: HTMLElement;

html2canvas(element);
html2canvas(element, {});

