From 9565e23fd50f810d6aea8c2916b92056742a7d1b Mon Sep 17 00:00:00 2001 From: tksreact Date: Mon, 25 Aug 2025 14:28:25 +0530 Subject: [PATCH] docs: update README with usage instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cdbb63..b100875 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Add these to your project's manifest. | `width` | Sets the camera view width. | | `height` | Sets the camera view height. | | `onLandmark`| Callback function to retrieve body landmark data. | +| `frameLimit`| set the frame rate during initialization(ios only). | | `face` | Toggles visibility of the face in the body model. Affects the data provided by `onLandmark`. | | `leftArm` | Toggles visibility of the left arm in the body model. Affects the data provided by `onLandmark`. | | `rightArm` | Toggles visibility of the right arm in the body model. Affects the data provided by `onLandmark`. |