bry-biometric-collector 2.2.13 → 2.2.14-RC01
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 +9 -3
- package/dist/DocumentCollector_cd384479_2.2.14-RC01.js +1355 -0
- package/dist/FaceCollector_01e3f0b7_2.2.14-RC01.js +2310 -0
- package/dist/TakePictureBtn_f9800cbd_2.2.14-RC01.js +1066 -0
- package/dist/bry-biometric-collector-main.js +2 -1
- package/dist/{en-us_dfe3f804_2.2.13.js → en-us_44aea54f_2.2.14-RC01.js} +69 -49
- package/dist/{es-cl_14b74e4b_2.2.13.js → es-cl_d02e5eb9_2.2.14-RC01.js} +35 -17
- package/dist/face_api_0e3ce8c8_2.2.14-RC01.js +36289 -0
- package/dist/fingersApi_705e928f_2.2.14-RC01.js +133 -0
- package/dist/index-no-detector_acb82d83_2.2.14-RC01.js +10396 -0
- package/dist/index.js +2 -1
- package/dist/main_fb7d1b28_2.2.14-RC01.js +25586 -0
- package/dist/{pt-br_2a12cf43_2.2.13.js → pt-br_9f08429d_2.2.14-RC01.js} +51 -31
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/CameraBtn_31d94392_2.2.13.js +0 -513
- package/dist/DocumentCollector_6ba4de1e_2.2.13.js +0 -1043
- package/dist/FaceCollector_4288f8a7_2.2.13.js +0 -1828
- package/dist/face_api_0e3ce8c8_2.2.13.js +0 -36288
- package/dist/fingersApi_eb89129b_2.2.13.js +0 -146
- package/dist/index-no-detector_acb82d83_2.2.13.js +0 -10395
- package/dist/main_b9bc8eeb_2.2.13.js +0 -23769
package/README.md
CHANGED
@@ -148,12 +148,18 @@ Currently supported tag parameters:
|
|
148
148
|
|
149
149
|
Example: `show_unconformities=false`
|
150
150
|
|
151
|
-
- **
|
151
|
+
- **video_overlay**: Camera filter/color outside the oval area. Possible values are `"none", "white",
|
152
152
|
"blue", "red", "green", "gray", "yellow", "black"`. HTML colors are also accepted.
|
153
153
|
|
154
|
-
Default: `
|
154
|
+
Default: `white`
|
155
155
|
|
156
|
-
Example: `
|
156
|
+
Example: `video_overlay=white`
|
157
|
+
|
158
|
+
- **video_overlay_transparency**: Specifies the level of transparency for the filter/color applied outside the oval area of the camera. The value is given on a scale from 0 to 100, where 0 means fully opaque and 100 means fully transparent.
|
159
|
+
|
160
|
+
Default: `0`
|
161
|
+
|
162
|
+
Example: `video_overlay_transparency=60`
|
157
163
|
|
158
164
|
- **show_config_button**: Wether to hide config button. It will be shown below the video on the left side.
|
159
165
|
|