@id3/bioseal-face
v1.1.7
Published
Bioseal upload is a library that contains both a webcam for desktop navigation and the access to the camera plus the upload tool for the phone. it takes the face picture, send it to the API, returns a score for the quality and if the face is detected.
Downloads
30
Readme
BiosealFace
Bioseal upload is a library that contains both a webcam for desktop navigation and the access to the camera plus the upload tool for the phone. it takes the face picture, send it to the API, returns a score for the quality and if the face is detected.
Installation
npm install @id3/bioseal-face
Usage
The library contains an uploader component styled with the standards of id3 technologies.
Import the module in your app.module.ts:
import {BiosealFaceModule} from '@id3/bioseal-face';
You can now use the face component
<lib-face-capture></lib-face-capture>
the components has arguments to load images and values inside the face component.
- faceMessage //message before picture take
- faceMessageSuccess //message after picture is uploaded
- faceImg //Icon before upload
- faceImgSuccess //Icon after upload
- faceButtonIcon //Icon for button
- faceButtonTitle //Button string
- backgroundColor //color of the background by default its blue
- webcamRoll //icon for roll to snap picture
- webcamCancelIcon //cancel icon
- faceImageEvent //returned value