Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 05d2c13

Browse files
Bump to v0.2.0
- Screenshot and video recording on AugmentedFaces - Fixed #5
1 parent 1f62b18 commit 05d2c13

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/AUGMENTED_FACES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ It also supports the following methods:
1414
| name | params | return |
1515
| :------------ | :------------ | :------------ |
1616
| addAugmentedFace | `AugmentedFaceModel` | `Promise` returning an `index` to be used by the `setAugmentedFace` prop |
17+
| takeScreenshot | | `Screenshot` promise |
18+
| startVideoRecording | | boolean promise |
19+
| stopVideoRecording | | `VideoRecording` promise |
1720

1821
[Example](https://github.com/doranteseduardo/augmented-faces-demo)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sceneview/react-native-sceneform",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"description": "Sceneform for React Native",
55
"main": "lib\\commonjs\\index.js",
66
"module": "lib\\module\\index.js",

0 commit comments

Comments
 (0)