@ruanitto/capacitor-camera-preview
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -28,2 +28,6 @@ declare module "@capacitor/core" { | ||
position?: CameraPosition | string; | ||
/** Defaults to false - Capture images to a file and return back the file path instead of returning base64 encoded data */ | ||
storeToFile?: boolean; | ||
/** Defaults to false - Android Only - Disable automatic rotation of the image, and let the browser deal with it (keep reading on how to achieve it) */ | ||
disableExifHeaderStripping?: boolean; | ||
} | ||
@@ -30,0 +34,0 @@ export interface CameraPreviewPictureOptions { |
{ | ||
"name": "@ruanitto/capacitor-camera-preview", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Camera preview", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
@@ -105,2 +105,4 @@ # Capacitor Camera Preview | ||
| rotateWhenOrientationChanged | boolean | (optional) Rotate preview when orientation changes (applicable to the ios platforms only; default value is true) | | ||
| storeToFile | boolean | (optional) Capture images to a file and return back the file path instead of returning base64 encoded data, default false. | | ||
| disableExifHeaderStripping | boolean | (optional) Disable automatic rotation of the image, and let the browser deal with it, default true (applicable to the android and ios platforms only) | | ||
@@ -107,0 +109,0 @@ <!-- <strong>Options:</strong> |
Sorry, the diff of this file is not supported yet
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
308483
182
403