@regulaforensics/vp-frontend-face-components 6.5.1567-nightly → 6.5.1578-rc
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 +2 -0
- package/dist/main.iife.js +17 -17
- package/dist/main.js +5993 -6014
- package/package.json +1 -1
package/README.md
CHANGED
@@ -134,6 +134,7 @@ component.settings = {
|
|
134
134
|
tag: 'sessionIdValue',
|
135
135
|
retryCount: 5,
|
136
136
|
recordingProcess: 1,
|
137
|
+
workerPath: 'https://your-worker-path.com',
|
137
138
|
customization: {
|
138
139
|
fontFamily: 'Noto Sans, sans-serif',
|
139
140
|
fontSize: '16px',
|
@@ -207,6 +208,7 @@ Here are all the available settings:
|
|
207
208
|
| `holdStillDuration` | For the Capture screen, sets the duration that the user needs to stand straight and look in the camera. | `number` | `undefined` | seconds | `face-capture` |
|
208
209
|
| `timeoutInterval` | Timeout for the Capture screen. | `number` | `undefined` | seconds | `face-capture` |
|
209
210
|
| `livenessType` | You can choose a scenario for the liveness assessment. `0` - active liveness, full process that requires head rotation; `1` - passive liveness, a person is asked to only take a selfie, no head rotation required. | `number` | `0` | `0`, `1` | `face-liveness` |
|
211
|
+
| `workerPath` | The URL with path to your worker file. | `string` | `unique regula wasm url` | your URL to worker | `face-liveness`, `face-capture` |
|
210
212
|
| `detectOcclusion` | Whether to disable face occlusion hint. | `boolean` | `true` | `true`, `false` | `face-capture` |
|
211
213
|
|
212
214
|
## Customization
|