@capgo/camera-preview 3.4.4 → 3.5.1

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
@@ -265,7 +265,7 @@ const CameraPreviewFlashMode: CameraPreviewFlashMode = 'torch';
265
265
  CameraPreview.setFlashMode(cameraPreviewFlashMode);
266
266
  ```
267
267
 
268
- ### startRecordVideo(options) ---- ANDROID only
268
+ ### startRecordVideo(options)
269
269
 
270
270
  <info>Start capturing video</info><br/>
271
271
 
@@ -279,7 +279,7 @@ const cameraPreviewOptions: CameraPreviewOptions = {
279
279
  CameraPreview.startRecordVideo(cameraPreviewOptions);
280
280
  ```
281
281
 
282
- ### stopRecordVideo() ---- ANDROID only
282
+ ### stopRecordVideo()
283
283
 
284
284
  <info>Finish capturing a video. The captured video will be returned as a file path and the video format is .mp4</info><br/>
285
285
 
@@ -1,2 +1,2 @@
1
- #Wed Nov 16 10:54:08 UTC 2022
1
+ #Tue Dec 06 02:16:17 UTC 2022
2
2
  gradle.version=7.4.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/camera-preview",
3
- "version": "3.4.4",
3
+ "version": "3.5.1",
4
4
  "description": "Camera preview",
5
5
  "main": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",