ts-webcam
Version:
A production-grade TypeScript webcam library with callback-based APIs, flexible permission handling, and comprehensive device support
51 lines (50 loc) • 1.06 kB
JSON
{
"name": "ts-webcam",
"version": "2.0.9",
"description": "A production-grade TypeScript webcam library with callback-based APIs, flexible permission handling, and comprehensive device support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md"
],
"keywords": [
"webcam",
"camera",
"typescript",
"webrtc",
"mediastream",
"video",
"capture",
"permissions",
"device-detection",
"callback-api",
"modern",
"angular",
"torch",
"capabilities"
],
"author": "TS-Webcam Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/petechatchawan/ts-webcam.git"
},
"homepage": "https://ts-webcam-docs.vercel.app/",
"bugs": {
"url": "https://github.com/petechatchawan/ts-webcam/issues"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0"
},
"devDependencies": {
"@types/node": "^24.0.7",
"typescript": "^5.0.0"
}
}