1.0.6 • Published 4 years ago

face-web v1.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

FACE-WEB


face-web It is a tool that enables web/pc browser cameras to capture real-time face (front) screenshots

Characteristic

  • Easy to call Web / PC browser camera
  • Integration of Face Recognition (Front/Plane) Algorithms
  • Generating real-time screenshots of Base64

NPM

npm install face-web --save
import { FaceWeb } from 'face-web';

<FaceWeb
  onChange={base64 => {}}
/>

Github

you can see demo in github

1、cnpm install
2、cnpm start

API

fieldtyperemark
onChangefunccb base64
classNameStringcover style
debounceTimeNumberoutput rate

Demo Gif

npm.io