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

84 lines (83 loc) 2.2 kB
{ "name": "@thegrizzlylabs/web-geniusscan-sdk", "version": "0.1.2", "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" } }, "type": "module", "files": [ "dist" ], "scripts": { "dev": "npm run example:dev", "build": "vite build", "lint": "prettier --check . && eslint", "lint:fix": "prettier --write . && eslint --fix", "test": "playwright test", "example:dev": "vite serve", "example:build": "vite build && (cd example && vite build)", "example:prod": "npx serve example/dist", "heroku-postbuild": "npm run example:build" }, "author": "The Grizzly Labs", "dependencies": { "@phosphor-icons/react": "^2.1.7", "preact": "^10.25.1" }, "devDependencies": { "@eslint/compat": "^1.2.6", "@playwright/test": "^1.50.1", "@preact/preset-vite": "^2.9.3", "@tailwindcss/vite": "^4.0.14", "@types/node": "^22.13.4", "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", "prettier": "^3.4.2", "tailwindcss": "^4.0.14", "vite": "^6.0.3", "vite-plugin-css-injected-by-js": "^3.5.2" }, "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" ] }