1.1.7 • Published 4 years ago

@id3/bioseal-face v1.1.7

Weekly downloads
-
License
-
Repository
-
Last release
4 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

<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
1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago