1.0.0 • Published 5 years ago

bioseal-face v1.0.0

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

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

<id3-face-capture></id3-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