@face-auth/face-auth
v0.0.5
Published
A meta-package that installs and exposes the full Face-Auth ecosystem: API client, webcam utilities, and real-time video guidelines. The easiest way to add facial authentication to any web project.
Maintainers
Readme
@face-auth/face-auth
Unified entry point for the Face Auth browser SDKs.
Version and last-update badges are synchronized from the source package.json.
Installation
npm install @face-auth/face-authIncluded packages
@face-auth/face-id@face-auth/face-id-video@face-auth/face-detector@face-auth/face-id-video-guidelines
Usage
import {
FaceId,
FaceVideo,
FaceVideoDetector,
FaceGuidelines,
} from "@face-auth/face-auth";The package currently re-exports:
- the full public surface of
@face-auth/face-id - the full public surface of
@face-auth/face-id-video - selected detection APIs from
@face-auth/face-detector FaceGuidelinesandGuidelinesOptionsfrom@face-auth/face-id-video-guidelinesOvalDimensionsfrom@face-auth/face-id-video-guidelinesasVideoGuidelinesOvalDimensions
Runtime
- Browser-oriented package
- Intended for projects that want a single import for the Face Auth browser libraries
- Published package ships a minified
dist/index.jsartifact
License
Proprietary runtime-only license. See LICENSE.
Support
- Homepage:
https://www.face-auth.me - Support:
[email protected]
