@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.
43 lines • 1.01 kB
JSON
{
"name": "@face-auth/face-id-video",
"version": "0.0.2",
"description": "Utility library for capturing photos from webcam video streams in the browser. Handles camera selection, image formatting, and output for face authentication APIs.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"face_publish": "npm publish --access=public"
},
"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": "MIT",
"devDependencies": {
"@types/node": "^20",
"typescript": "^5"
}
}