ngx-opencv-16
Version:
Angular service for implementing the OpenCV library in angular based applications
41 lines (40 loc) • 1 kB
JSON
{
"name": "ngx-opencv-16",
"version": "1.0.5",
"peerDependencies": {
"@angular/common": "~16.2.3",
"@angular/core": "~16.2.3",
"ngx-opencv": "^2.0.1"
},
"keywords": [
"opencv",
"camscanner",
"scanner",
"image processing",
"document",
"angular",
"OpenCVJS",
"image manipulation",
"crop"
],
"description": "Angular service for implementing the OpenCV library in angular based applications",
"author": "RoiP",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/roiperlman/ngx-document-scanner.git"
},
"main": "bundles/ngx-opencv.umd.js",
"module": "fesm5/ngx-opencv.js",
"es2015": "fesm2015/ngx-opencv.js",
"esm5": "esm5/ngx-opencv.js",
"esm2015": "esm2015/ngx-opencv.js",
"fesm5": "fesm5/ngx-opencv.js",
"fesm2015": "fesm2015/ngx-opencv.js",
"typings": "ngx-opencv.d.ts",
"metadata": "ngx-opencv.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.10.0"
}
}