@types/html2canvas
Advanced tools
Comparing version 0.0.33 to 0.0.34
// Type definitions for html2canvas.js 1.0-alpha | ||
// Project: https://github.com/niklasvh/html2canvas | ||
// Definitions by: Richard Hepburn <https://github.com/rwhepburn>, Pei-Tang Huang <https://github.com/tan9>, Sebastian Schocke <https://github.com/sschocke> | ||
// Definitions by: Richard Hepburn <https://github.com/rwhepburn>, Pei-Tang Huang <https://github.com/tan9>, Sebastian Schocke <https://github.com/sschocke>, Rickard Staaf <https://github.com/Ristaaf> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -38,2 +38,5 @@ // TypeScript Version: 2.3 | ||
/** Callback function which is called when the Document has been cloned for rendering, can be used to modify the contents that will be rendered without affecting the original source document. */ | ||
onclone?: { (doc: HTMLDocument): void }; | ||
/** Url to the proxy which is to be used for loading cross-origin images. If left empty, cross-origin images won't be loaded. */ | ||
@@ -40,0 +43,0 @@ proxy?: string; |
{ | ||
"name": "@types/html2canvas", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"description": "TypeScript definitions for html2canvas.js 1.0-alpha", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "sschocke" | ||
}, | ||
{ | ||
"name": "Rickard Staaf", | ||
"url": "https://github.com/Ristaaf", | ||
"githubUsername": "Ristaaf" | ||
} | ||
@@ -27,3 +32,3 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -34,4 +39,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "dda245d05da4f0839e1061ce97005b246e4995bc9d2e0bef65c86bb06be4b83a", | ||
"typesPublisherContentHash": "82625ffca0b3a35bc32445080bec7a53724dcf1ff81cf3099b119eed78af2f52", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html2canvas | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html2canvas | ||
Additional Details | ||
* Last updated: Wed, 11 Apr 2018 19:02:33 GMT | ||
* Last updated: Fri, 21 Sep 2018 18:28:09 GMT | ||
* Dependencies: jquery | ||
@@ -17,2 +17,2 @@ * Global values: html2canvas | ||
# Credits | ||
These definitions were written by Richard Hepburn <https://github.com/rwhepburn>, Pei-Tang Huang <https://github.com/tan9>, Sebastian Schocke <https://github.com/sschocke>. | ||
These definitions were written by Richard Hepburn <https://github.com/rwhepburn>, Pei-Tang Huang <https://github.com/tan9>, Sebastian Schocke <https://github.com/sschocke>, Rickard Staaf <https://github.com/Ristaaf>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8348
86