@richard.fadiora/liveness-detection 2.0.2 → 2.0.3
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,7 +100,7 @@ onComplete(false)
|
|
|
100
100
|
## 🧩 Usage Example
|
|
101
101
|
|
|
102
102
|
```jsx
|
|
103
|
-
import { LivenessSDK } from "
|
|
103
|
+
import { LivenessSDK } from "@richard.fadiora/liveness-detection";
|
|
104
104
|
|
|
105
105
|
function App() {
|
|
106
106
|
return (
|
|
@@ -124,7 +124,7 @@ export default App;
|
|
|
124
124
|
|
|
125
125
|
## ⏳ Timeout Rules
|
|
126
126
|
|
|
127
|
-
- Maximum session duration: **60 seconds**
|
|
127
|
+
- Maximum session duration: Set in the **duration** property, else **60 seconds**
|
|
128
128
|
- If time expires:
|
|
129
129
|
- The challenge stops immediately
|
|
130
130
|
- The verification state resets
|