Commit Graph

8 Commits

Author SHA1 Message Date
Pei-Tang Huang
8a851abfad Html2canvas 0.5 (#9293)
* Merge function with optional argument.

* Align function to 0.5.0 (by replacing callback by Promise.)

* Declare module for easier import.

* Format.

* Update version and author information.

* Use ES6 Promise directly.
Since DefinitelyTyped recommend compilation with `--target es6` and `--noImplicitAny` options.

* Revert "Use ES6 Promise directly."
Projects targeting es5 wouldn't compile due to the leak of ES6 Promise.

This reverts commit 7d022d153c0601384d920671a3150fa7bcacd166.

* Fixed header format.
2016-05-24 22:50:36 +09:00
Horiuchi_H
94d8775a94 added svgRendering property to Html2CanvasOptions interface (#8990) 2016-04-14 23:16:41 +09:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
unknown
bd94e07619 refined method definition for onrendered event 2015-11-04 13:54:45 +01:00
David Pertiller
729ca9b124 included method definition for onrendered event which provides the rendered canvas element 2015-10-05 23:23:24 +02:00
Richard Hepburn
93d4a19972 Added TypeScript Definition files for Html2Canvas
Added TypeScript Definition files for Html2Canvas - a library for taking
screenshots of a browser window.
2013-12-17 11:29:04 -05:00