document_crop
Version:
Cropper for your documents on the web. Build CamScanner like apps on the web.
30 lines (29 loc) • 646 B
JSON
{
"name": "document_crop",
"version": "0.1.2",
"description": "Cropper for your documents on the web. Build CamScanner like apps on the web.",
"main": "dist/index.js",
"scripts": {
"watch": "webpack --watch",
"build": "webpack"
},
"types": "dist/index.d.ts",
"keywords": [
"camscanner",
"document",
"crop",
"document extraction",
"perspective transform"
],
"author": "Nikesh Kazi Lepcha",
"license": "MIT",
"devDependencies": {
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"opencv-ts": "^1.3.6"
}
}