bry-biometric-collector 2.2.14-RC01 → 2.2.14
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 +7 -0
- package/dist/DocumentCollector_e1cfb10a_2.2.14.js +1023 -0
- package/dist/FaceCollector_3d35777e_2.2.14.js +1825 -0
- package/dist/TakePictureBtn_72ee96e8_2.2.14.js +848 -0
- package/dist/bry-biometric-collector-main.js +1 -2
- package/dist/{en-us_44aea54f_2.2.14-RC01.js → en-us_44aea54f_2.2.14.js} +0 -1
- package/dist/{es-cl_d02e5eb9_2.2.14-RC01.js → es-cl_d02e5eb9_2.2.14.js} +0 -1
- package/dist/face_api_0e3ce8c8_2.2.14.js +36288 -0
- package/dist/fingersApi_05957c8a_2.2.14.js +132 -0
- package/dist/index-no-detector_acb82d83_2.2.14.js +10395 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1 -2
- package/dist/main_2ef04e89_2.2.14.js +23830 -0
- package/dist/{pt-br_9f08429d_2.2.14-RC01.js → pt-br_9f08429d_2.2.14.js} +0 -1
- package/package.json +1 -1
- package/dist/DocumentCollector_cd384479_2.2.14-RC01.js +0 -1355
- package/dist/FaceCollector_01e3f0b7_2.2.14-RC01.js +0 -2310
- package/dist/TakePictureBtn_f9800cbd_2.2.14-RC01.js +0 -1066
- package/dist/face_api_0e3ce8c8_2.2.14-RC01.js +0 -36289
- package/dist/fingersApi_705e928f_2.2.14-RC01.js +0 -133
- package/dist/index-no-detector_acb82d83_2.2.14-RC01.js +0 -10396
- package/dist/main_fb7d1b28_2.2.14-RC01.js +0 -25586
package/README.md
CHANGED
@@ -182,8 +182,15 @@ Currently supported tag parameters:
|
|
182
182
|
- **show_camera_button**: Wether to hide swap camera button. It will be shown below the video on the right side.
|
183
183
|
|
184
184
|
Default: `true`
|
185
|
+
|
185
186
|
Example: `show_camera_button=false`
|
186
187
|
|
188
|
+
- **show_justification_field**: Whether to hide the justification field for unconformities during Face collection. When enabled, the justification field will be visible.
|
189
|
+
|
190
|
+
Default: `true`
|
191
|
+
|
192
|
+
Example: `show_justification_field=false`
|
193
|
+
|
187
194
|
### **Run-time Configuration**
|
188
195
|
|
189
196
|
#### **Functions**
|