opencv-ts
Version:
This package is a work in progress to translate opecv with a typescript definition
27 lines (26 loc) • 626 B
JSON
{
"name": "opencv-ts",
"version": "1.3.6",
"main": "src/opencv.js",
"types": "src/opencv.d.ts",
"description": "This package is a work in progress to translate opecv with a typescript definition",
"license": "MIT",
"dependencies": {
"typescript": "^4.2.3"
},
"keywords": [
"typescript",
"opencvjs",
"opencv"
],
"author": "Grant Davidson",
"repository": {
"type": "git",
"url": "https://github.com/theothergrantdavidson/opencv-ts"
},
"browser": {
"fs": false,
"crypto": false,
"path": false
}
}