New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@biopassid/face-sdk

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@biopassid/face-sdk

Componente web de integração do Biopass ID

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
61
decreased by-72.77%
Maintainers
4
Weekly downloads
 
Created
Source

BiopassID Face SDK Web

Componente web de integração do Biopass ID

Getting started

Com um bundler

Intale a dependencia:

npm i --save face-sdk

Utilize no seu projeto

import { useMultibiometrics } from '@biopassid/face-sdk'

Através de CDN

Adicione o script ao projeto e serão injetados os quatro modulos globalmente ao projeto

<script src="https://cdn.jsdelivr.net/npm/face-sdk/unpkg/face-sdk.min.js"></script>
<script>
    const { enroll } = useMultibiometrics("your key");
</script>

Modulos

O sdk web do Biopass id possui 4 módulos

  • useCamera

useCamera

O módulo useCamera oferece as seguintes funcionalidades.

import { useCamera } from '@biopassid/face-sdk'

const { takePicture } = useCamera();

async function handleTakePicture() {
    const resp = await takePicture({
        element: document.querySelector("#elementId"),
    })
}

FAQs

Package last updated on 16 May 2022

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