@types/cropperjs
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -492,2 +492,17 @@ // Type definitions for cropperjs 1.1 | ||
/** | ||
* Scale the image. | ||
*/ | ||
scale(scaleX: number, scaleY?: number): void; | ||
/** | ||
* Scale the abscissa of the image. | ||
*/ | ||
scaleX(scaleX: number): void; | ||
/** | ||
* Scale the ordinate of the image. | ||
*/ | ||
scaleY(scaleY: number): void; | ||
/** | ||
* Clear the crop box. | ||
@@ -494,0 +509,0 @@ */ |
{ | ||
"name": "@types/cropperjs", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "TypeScript definitions for cropperjs", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ba0fd5c468b09ce679a3e90b21d1e8da753e1b35eeb26490af11af766ea326bb", | ||
"typesPublisherContentHash": "4a8b9fd322b9971f85877366c60fce848497280a787f50729e604cf48ecd4eb2", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 03 Jan 2018 08:47:03 GMT | ||
* Last updated: Mon, 29 Jan 2018 21:16:13 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: Cropper |
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
18702
548