@types/cropperjs
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -89,2 +89,11 @@ // Type definitions for cropperjs | ||
/** | ||
* Check the current image's Exif Orientation information. | ||
* More exactly, read the Orientation value for rotating or flipping the image, and then override the Orientation | ||
* value with 1 (the default value) to avoid some issues (1, 2) on iOS devices. | ||
* Requires to set both the rotatable and scalable options to true at the same time. | ||
* Note: Don't trust this all the time as some JPG images have incorrect (not standard) Orientation values. | ||
* @default true | ||
*/ | ||
checkOrientation?: boolean; | ||
/** | ||
* Show the black modal above the image and under the crop box. | ||
@@ -91,0 +100,0 @@ * @default true |
{ | ||
"name": "@types/cropperjs", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "TypeScript definitions for cropperjs", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1f8904413ea10535e74db4763b4b2ddc31c2ce47f9d8395b3030e7ac97dcc403", | ||
"typesPublisherContentHash": "c0554ed8fa6194940534bcbf7dff3eca3a92d3bd5fda261d9d2cf1db2590a5d1", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 05 May 2017 04:05:52 GMT | ||
* Last updated: Mon, 22 May 2017 21:03:30 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
18536
526