mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-14 14:08:54 +00:00
29 lines
570 B
JSON
29 lines
570 B
JSON
{
|
|
"name": "nokhwa",
|
|
"collaborators": [
|
|
"l1npengtul <l1npengtul@protonmail.com>"
|
|
],
|
|
"description": "A Simple-to-use, cross-platform Rust Webcam Capture Library",
|
|
"version": "0.6.0",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/l1npengtul/nokhwa"
|
|
},
|
|
"files": [
|
|
"nokhwa_bg.wasm",
|
|
"nokhwa.js",
|
|
"nokhwa_bg.js",
|
|
"nokhwa.d.ts"
|
|
],
|
|
"module": "nokhwa.js",
|
|
"types": "nokhwa.d.ts",
|
|
"sideEffects": false,
|
|
"keywords": [
|
|
"camera",
|
|
"webcam",
|
|
"capture",
|
|
"cross-platform"
|
|
]
|
|
}
|