bry-biometric-collector 2.2.2 → 2.2.3-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
@@ -10,10 +10,13 @@ Face collector
10
10
 
11
11
  # **Building**
12
12
 
13
+ nvm use install / use
13
14
  npm i
14
15
  npm run build
15
16
 
16
- In dist folder you should get the biometric-collector.js script and a folder containing the weights used to perform image recognition. To use the web-component, refer to the example at [client integration](https://git.bry.com.br/psbio/coletor/bry-collector-component-client).
17
+ In dist folder you should get the biometric-collector.js script and a folder containing the weights used to perform image recognition. To use the web-component, refer to the example at [client integration](https://git.bry.com.br/psbio/coletor/bry-collector-component-client). Clone the project and place it in the same root path as the project, then rename the bry-collector-component-client directory to `"client"`.
18
+
19
+ npm run build-and-copy
17
20
 
18
21
  There is also a development server complete with HMR, thanks to Vite. However the development server mode is limited because it cannot access the relevant endpoints. To run the development server run:
19
22