UNPKG

@face-auth/face-id-video

Version:

Utility library for capturing photos from webcam video streams in the browser. Handles camera selection, image formatting, and output for face authentication APIs.

46 lines (45 loc) 1.1 kB
{ "name": "@face-auth/face-id-video", "version": "0.0.3", "description": "Utility library for capturing photos from webcam video streams in the browser. Handles camera selection, image formatting, and output for face authentication APIs.", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "keywords": [ "face-auth", "face-id", "video", "webcam", "camera", "html5-video", "javascript", "typescript", "media-stream", "getUserMedia", "face-authentication", "image-capture", "photo-capture", "face-recognition", "browser", "frontend", "auth", "identity", "biometric" ], "author": "face-auth", "license": "SEE LICENSE IN LICENSE", "homepage": "https://www.face-auth.me", "bugs": { "email": "support@face-auth.me" } }