@regulaforensics/vp-frontend-face-components 6.2.1332-nightly → 6.2.1343-nightly

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
@@ -9,9 +9,10 @@
9
9
  - [Customization](#customization)
10
10
  - [Events](#events)
11
11
  - [Response](#response)
12
- - [Custom translations](#custom-translations)
12
+ - [Custom Translations](#custom-translations)
13
13
  - [Examples](#examples)
14
- - [Additional resources](#additional-resources)
14
+ - [Licensing](#licensing)
15
+ - [Additional Resources](#additional-resources)
15
16
 
16
17
  ---
17
18
 
@@ -593,7 +594,7 @@ The `face-capture` response has the following structure:
593
594
  }
594
595
  ```
595
596
 
596
- ## Custom translations
597
+ ## Custom Translations
597
598
 
598
599
  To change the standard component messages or any text, specify the language you are using (or add your own) and the label you want to change (you can see the list of available languages in the [settings](#settings) section, the `locale` setting):
599
600
 
@@ -662,6 +663,10 @@ The list of labels used in the component:
662
663
 
663
664
  You can find examples of using the components on the <a href="https://github.com/regulaforensics/face-web-components-samples" target="_blank">Samples page</a>.
664
665
 
666
+ ## Licensing
667
+
668
+ The Face SDK Web Components do not require licensing. A license is only needed for the <a href="https://docs.regulaforensics.com/develop/face-sdk/web-service/" target="_blank">Face SDK Web Service</a>.
669
+
665
670
  ## Additional Resources
666
671
 
667
672
  The Face SDK Web Components are also available on <a href="https://storybook-face.regulaforensics.com/" target="_blank">Storybook</a>.