@carviz/capacitor-camera-preview 7.0.2 → 7.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -152,7 +152,7 @@ class CameraController: NSObject {
|
|
|
152
152
|
// Note that zoomFactor 2 "equals" the regular 1x zoom factor of the native iphone camera app
|
|
153
153
|
// 0.5x however equal a videoZoomFactor of 1. We do not want to use ultra wide angle by default
|
|
154
154
|
// the default videoZoomFactor to 2 in case the current camera device type is .builtInTripleCamera
|
|
155
|
-
cameraDevice.videoZoomFactor =
|
|
155
|
+
cameraDevice.videoZoomFactor = 2
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carviz/capacitor-camera-preview",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.3",
|
|
4
4
|
"description": "Fork of the capacitor-community/camera-preview plugin focusing on high resolution photos without bloating up the code.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/plugin.cjs.js",
|