bry-biometric-collector 2.2.6 → 2.2.7
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 +6 -0
- package/dist/{CameraBtn_49f061bf_2.2.6.js → CameraBtn_ced4ca16_2.2.7.js} +186 -183
- package/dist/DocumentCollector_515a55ec_2.2.7.js +1009 -0
- package/dist/FaceCollector_f4ebbfa6_2.2.7.js +1679 -0
- package/dist/bry-biometric-collector-main.js +1 -1
- package/dist/{fingersApi_4beb35e4_2.2.6.js → fingersApi_11bef636_2.2.7.js} +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1 -1
- package/dist/{main_db50524f_2.2.6.js → main_dd4c53c5_2.2.7.js} +3128 -3100
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/DocumentCollector_dc6def11_2.2.6.js +0 -971
- package/dist/FaceCollector_ab5552ba_2.2.6.js +0 -1638
- /package/dist/{en-us_55a6748c_2.2.6.js → en-us_55a6748c_2.2.7.js} +0 -0
- /package/dist/{face_api_0e3ce8c8_2.2.6.js → face_api_0e3ce8c8_2.2.7.js} +0 -0
- /package/dist/{index-no-detector_acb82d83_2.2.6.js → index-no-detector_acb82d83_2.2.7.js} +0 -0
- /package/dist/{pt-br_3ddd5d1d_2.2.6.js → pt-br_3ddd5d1d_2.2.7.js} +0 -0
package/README.md
CHANGED
@@ -143,6 +143,12 @@ Currently supported tag parameters:
|
|
143
143
|
|
144
144
|
Example: `video_filter=white`
|
145
145
|
|
146
|
+
- **show_config_button**: Wether to hide config button. It will be shown below the video.
|
147
|
+
|
148
|
+
Default: `true`
|
149
|
+
|
150
|
+
Example: `show_config_button=false`
|
151
|
+
|
146
152
|
### **Run-time Configuration**
|
147
153
|
|
148
154
|
#### **Functions**
|