@richard.fadiora/liveness-detection 4.0.0 → 4.0.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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ Protects against:
|
|
|
52
52
|
| Framework | Wrapper | Notes |
|
|
53
53
|
|-----------|--------|------|
|
|
54
54
|
| React | `useLiveness` hook | Uses `webcamRef` and React state, supports render-prop customization |
|
|
55
|
-
| Angular | `LivenessService` | Injectable service, exposes engine state and control methods |
|
|
55
|
+
| Angular | `LivenessService` | Injectable service, exposes engine state and control methods. Must be imported with "@richard.fadiora/liveness-detection/angular |
|
|
56
56
|
|
|
57
57
|
---
|
|
58
58
|
|