cordova-plugin-pvt-camera
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "cordova-plugin-pvt-camera", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Cordova Camera Plugin", | ||
@@ -5,0 +5,0 @@ "types": "./types/index.d.ts", |
@@ -45,8 +45,6 @@ /* | ||
expect(Camera.DestinationType.FILE_URI).toBe(1); | ||
expect(Camera.DestinationType.NATIVE_URI).toBe(2); | ||
expect(Camera.DestinationType.QR_CODE).toBe(3); | ||
expect(Camera.DestinationType.QR_CODE).toBe(2); | ||
expect(navigator.camera.DestinationType.DATA_URL).toBe(0); | ||
expect(navigator.camera.DestinationType.FILE_URI).toBe(1); | ||
expect(navigator.camera.DestinationType.NATIVE_URI).toBe(2); | ||
expect(navigator.camera.DestinationType.QR_CODE).toBe(3); | ||
expect(navigator.camera.DestinationType.QR_CODE).toBe(2); | ||
}); | ||
@@ -53,0 +51,0 @@ |
@@ -54,4 +54,3 @@ // Type definitions for Apache Cordova Camera plugin | ||
* FILE_URI : 1, Return image file URI | ||
* NATIVE_URI : 2 Return image native URI | ||
* QR_CODE : 3 Return decoded qr code string | ||
* QR_CODE : 2 Return decoded qr code string | ||
* (e.g., assets-library:// on iOS or content:// on Android) | ||
@@ -58,0 +57,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
426631
1904