Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@id3/bioseal-face

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@id3/bioseal-face

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.

  • 1.1.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-86.67%
Maintainers
2
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 15 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc