@regulaforensics/vp-frontend-face-components 6.4.1523-nightly → 6.4.1526-nightly
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 +0 -2
- package/dist/main.iife.js +2 -2
- package/dist/main.js +7 -7
- package/package.json +1 -1
    
        package/README.md
    CHANGED
    
    | @@ -134,7 +134,6 @@ component.settings = { | |
| 134 134 | 
             
                tag: 'sessionIdValue',
         | 
| 135 135 | 
             
                retryCount: 5,
         | 
| 136 136 | 
             
                recordingProcess: 1,
         | 
| 137 | 
            -
                workerPath: 'https://your-worker-path.com',
         | 
| 138 137 | 
             
                customization: {
         | 
| 139 138 | 
             
                    fontFamily: 'Noto Sans, sans-serif',
         | 
| 140 139 | 
             
                    fontSize: '16px',
         | 
| @@ -208,7 +207,6 @@ Here are all the available settings: | |
| 208 207 | 
             
            | `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`                  |
         | 
| 209 208 | 
             
            | `timeoutInterval`   | Timeout for the Capture screen.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | `number`  |              `undefined`               |                                                                                            seconds                                                                                             | `face-capture`                  |
         | 
| 210 209 | 
             
            | `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` |
         | 
| 212 210 | 
             
            | `detectOcclusion`   | Whether to disable face occlusion hint.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | `boolean` |                 `true`                 |                                                                                        `true`, `false`                                                                                         | `face-capture`                  |
         | 
| 213 211 |  | 
| 214 212 | 
             
            ## Customization
         |