@regulaforensics/vp-frontend-face-components 6.3.1435-nightly → 6.3.1438

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 CHANGED
@@ -10,7 +10,6 @@
10
10
  - [Events](#events)
11
11
  - [Response](#response)
12
12
  - [Custom Translations](#custom-translations)
13
- - [Package Resources](#package-resources)
14
13
  - [Examples](#examples)
15
14
  - [Licensing](#licensing)
16
15
  - [Additional Resources](#additional-resources)
@@ -664,16 +663,6 @@ The list of labels used in the component:
664
663
  | **getReady** | Get ready | `face-liveness`, `face-capture` |
665
664
  | **removeOcclusion** | Remove items covering your face | `face-liveness`, `face-capture` |
666
665
 
667
- ## Package Resources
668
-
669
- Face web components requires WASM (`Liveness.wasm`, `Liveness.data`) and worker (`Liveness.worker.js`) files to work.
670
- By default, these files are downloaded from Regula servers, but you can set your own source.
671
-
672
- **1.** To download these files from our server to local machine, you can get path from `webComponent.settings.workerPath` field after initialization. To see the file you should concat path and name of the file (`workerParh + '/Liveness.worker.js'`)
673
- **2.** Upload all three files (`Liveness.worker.js`, `Liveness.wasm`, `Liveness.data`) to the location you specified.
674
- **3.** Set your URL to `workerPath` to `settings` (see Settings section).
675
-
676
- **Attention!** The files must be located in the same directory and have the same names as were previously specified.
677
666
 
678
667
  ## Examples
679
668