ngx-opencv
Version:
Angular service for implementing the OpenCV library in angular based applications
36 lines (35 loc) • 879 B
JSON
{
"name": "ngx-opencv",
"version": "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"
}
}