@types/pdfjs-dist
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -349,2 +349,4 @@ // Type definitions for PDF.js v2.1 | ||
rotation?: number; // (optional) The desired rotation, in degrees, of the viewport. If omitted it defaults to the page rotation. | ||
offsetX?: number; // (optional) The horizontal, i.e. x-axis, offset. The default value is `0`. | ||
offsetY?: number; // (optional) The vertical, i.e. y-axis, offset. The default value is `0`. | ||
dontFlip?: boolean; // (optional) If true, the y-axis will not be flipped. The default value is `false`. | ||
@@ -351,0 +353,0 @@ } |
{ | ||
"name": "@types/pdfjs-dist", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "TypeScript definitions for PDF.js", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c6f7e161685b20ba6e6a4fc78442eefb98b80ff36a01e3b1c541e0c2ffc99edd", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "e582716605fe9ceda865f5e2384785f9c45b513448004350cb0c9d9b3ec9f754", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 20 Jul 2020 20:48:46 GMT | ||
* Last updated: Wed, 04 Nov 2020 15:56:27 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
23864
604