@getyoti/react-face-capture 2.3.0 → 2.3.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/CHANGELOG.md +6 -0
- package/index.d.ts +2 -2
- package/index.js +7 -7
- package/package.json +1 -1
- package/vanilla/index.js +10 -10
- package/vanilla/index.js.LICENSE.txt +1 -1
- package/vanilla/index.js.map +1 -1
package/CHANGELOG.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -254,8 +254,8 @@ declare module '@getyoti/react-face-capture' {
|
|
|
254
254
|
* (default:center) */
|
|
255
255
|
faceSelectionMethod?: FACE_SELECTION_METHOD;
|
|
256
256
|
/** Determines how many frames are used for the stability check.
|
|
257
|
-
* The minimum value is 3 and the maximum is 6. */
|
|
258
|
-
numStableFrames
|
|
257
|
+
* The minimum value is 3 and the maximum is 6. (default:4) */
|
|
258
|
+
numStableFrames?: number;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
/**
|