@id3/bioseal-face
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @id3/bioseal-face

Weekly Downloads

0

Version

1.1.7

License

none

Unpacked Size

299 kB

Total Files

35

Last publish

Collaborators

  • remidu
  • emercadier