@capgo/camera-preview 7.24.0 → 7.24.2
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.
package/README.md
CHANGED
|
@@ -160,6 +160,10 @@ Example app (Ionic):
|
|
|
160
160
|
- EV controls (+/−) are placed in a top‑right floating action bar, outside the preview area.
|
|
161
161
|
|
|
162
162
|
|
|
163
|
+
## Documentation
|
|
164
|
+
|
|
165
|
+
The most complete doc is available here: https://capgo.app/docs/plugins/camera-preview/
|
|
166
|
+
|
|
163
167
|
# Installation
|
|
164
168
|
|
|
165
169
|
```
|
|
@@ -34,7 +34,7 @@ extension UIWindow {
|
|
|
34
34
|
*/
|
|
35
35
|
@objc(CameraPreview)
|
|
36
36
|
public class CameraPreview: CAPPlugin, CAPBridgedPlugin, CLLocationManagerDelegate {
|
|
37
|
-
private let PLUGIN_VERSION: String = "7.24.
|
|
37
|
+
private let PLUGIN_VERSION: String = "7.24.2"
|
|
38
38
|
public let identifier = "CameraPreviewPlugin"
|
|
39
39
|
public let jsName = "CameraPreview"
|
|
40
40
|
public let pluginMethods: [CAPPluginMethod] = [
|