UNPKG

@thegrizzlylabs/web-geniusscan-sdk

Version:

Add a custom document scanner to your web apps by using and customizing our proven imaging technology. The Document Scanner SDK is the same software that we use at the core of Genius Scan: it's tried and trusted every day by millions of people on iOS and

91 lines (90 loc) 2.62 kB
{ "name": "@thegrizzlylabs/web-geniusscan-sdk", "version": "6.3.0", "description": "Add a custom document scanner to your web apps by using and customizing our proven imaging technology. The Document Scanner SDK is the same software that we use at the core of Genius Scan: it's tried and trusted every day by millions of people on iOS and Android.", "source": "src/geniusscan-sdk.js", "module": "dist/geniusscan-sdk.js", "main": "dist/geniusscan-sdk.umd.js", "exports": { ".": { "import": "./dist/geniusscan-sdk.js", "require": "./dist/geniusscan-sdk.umd.cjs" } }, "types": "src/geniusscan-sdk.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "dev": "vite serve demo-config -c vite.config.js", "build": "vite build", "lint": "prettier --check . && eslint", "lint:fix": "prettier --write . && eslint --fix", "test": "npm run test:unit && npm run test:integration", "test:integration": "playwright test", "test:unit": "vitest run src", "heroku-postbuild": "npm run demo-config:build", "demo-config:build": "vite build && (cd demo-config && vite build -c local.vite.config.js)", "demo-config:prod": "npx serve demo-config/dist", "demo-simple:build": "vite build && (cd demo-simple && vite build -c local.vite.config.js)", "demo-simple:prod": "npx serve demo-simple/dist" }, "author": "The Grizzly Labs", "dependencies": { "@phosphor-icons/react": "2.1.10", "preact": "^10.29.1" }, "devDependencies": { "@eslint/compat": "^1.2.6", "@playwright/test": "^1.60.0", "@preact/preset-vite": "^2.9.3", "@types/node": "^22.19.17", "autoprefixer": "^10.4.21", "eslint": "^9.21.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-react": "^7.37.4", "globals": "^15.14.0", "js-yaml": "^4.1.0", "postcss": "^8.5.13", "prettier": "^3.4.2", "tailwindcss": "^3.4.17", "vite": "^6.0.3", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-static-copy": "^3.1.2", "vitest": "^3.2.4" }, "keywords": [ "scan", "scanner sdk", "scanning sdk", "document scanner sdk", "web document scanner", "document capture", "mobile", "camera", "web", "webassembly", "wasm", "pwa", "browser", "webview", "chrome", "safari", "firefox", "image processing", "image cropping", "edge detection", "image filter", "cropping", "perspective correction", "ocr", "text recognition", "jpg", "tiff", "pdf", "angular", "react", "vue.js" ] }