bry-biometric-collector 2.2.7 → 2.2.8-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 CHANGED
@@ -46,6 +46,12 @@ Currently supported tag parameters:
46
46
 
47
47
  Example: `lottie_color="221 89 234"` -->
48
48
 
49
+ - **weights_path**: Should point to folder containing the weights, it will be used to perform image recognition.
50
+
51
+ Default: `"https://unpkg.com/bry-biometric-collector@latest/dist/weights/"`
52
+
53
+ Example: `weights_path="https://myapp.mydomain.com/public/weights/"`
54
+
49
55
  - **extension_name**: The extension name that the webcomponent should use to perform finger capturing.
50
56
  We require the extension to be able to access the fingerprint scanner. The webcomponent uses this extension by calling window[extension_name].
51
57
 
@@ -143,12 +149,29 @@ Currently supported tag parameters:
143
149
 
144
150
  Example: `video_filter=white`
145
151
 
146
- - **show_config_button**: Wether to hide config button. It will be shown below the video.
152
+ - **show_config_button**: Wether to hide config button. It will be shown below the video on the left side.
147
153
 
148
154
  Default: `true`
149
155
 
150
156
  Example: `show_config_button=false`
151
157
 
158
+ - **show_auto_capture_button**: Whether to hide the auto capture button. If you enable a button to trigger automatic capture, it will be shown below the oval.
159
+
160
+ Default: `false`
161
+
162
+ Example: `show_auto_capture_button`
163
+
164
+ - **language**: Language of the webcomponent that should override the browser language. Possible values are `"pt", "en", "es"`.
165
+
166
+ Default: `Browser language`
167
+
168
+ Example: `language="es"`
169
+
170
+ - **show_camera_button**: Wether to hide swap camera button. It will be shown below the video on the right side.
171
+
172
+ Default: `true`
173
+ Example: `show_camera_button=false`
174
+
152
175
  ### **Run-time Configuration**
153
176
 
154
177
  #### **Functions**