@regulaforensics/vp-frontend-face-components 6.5.1646-nightly → 6.5.1648-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 +0 -4
- package/dist/main.iife.js +20 -20
- package/dist/main.js +5894 -6034
- package/package.json +1 -1
package/README.md
CHANGED
@@ -764,10 +764,6 @@ The list of labels used in the component:
|
|
764
764
|
| **noAccessories** | No accessories: glasses, mask, hat, etc. | `face-liveness`, `face-capture` |
|
765
765
|
| **getReady** | Get ready | `face-liveness`, `face-capture` |
|
766
766
|
| **removeOcclusion** | Remove items covering your face | `face-liveness`, `face-capture` |
|
767
|
-
| **turnHeadUp** | Turn head up a bit to look straight | `face-liveness`, `face-capture` |
|
768
|
-
| **turnHeadDown** | Turn head down a bit to look straight | `face-liveness`, `face-capture` |
|
769
|
-
| **turnHeadLeft** | Turn head left a bit to look straight | `face-liveness`, `face-capture` |
|
770
|
-
| **turnHeadRight** | Turn head right a bit to look straight | `face-liveness`, `face-capture` |
|
771
767
|
|
772
768
|
|
773
769
|
## Examples
|