UNPKG

@itsjining/svelte-scan-qrcode

Version:

Scan QR Code on browser by open camera or upload QR Code image. Support open cameras on Android and iOS browsers.

49 lines (48 loc) 1.33 kB
{ "name": "@itsjining/svelte-scan-qrcode", "description": "Scan QR Code on browser by open camera or upload QR Code image. Support open cameras on Android and iOS browsers.", "version": "0.1.0", "keywords": [ "qrcode scanner", "scan", "scan qrcode", "qrcode", "svelte" ], "author": { "name": "Jining Liu", "email": "hello@itsjining.dev", "url": "https://jining.dev" }, "main": "index.ts", "repository": { "url": "https://github.com/JiningLiu/svelte-scan-qrcode" }, "scripts": { "dev": "vite dev --port 3000", "build": "vite build", "package": "svelte-package", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" }, "devDependencies": { "@fontsource/fira-mono": "^4.5.0", "@neoconfetti/svelte": "^1.0.0", "@sveltejs/adapter-auto": "next", "@sveltejs/kit": "next", "@sveltejs/package": "1.0.0-next.5", "@types/cookie": "^0.5.1", "svelte": "^3.46.0", "svelte-check": "^2.7.1", "svelte-preprocess": "^4.10.6", "svelte2tsx": "^0.5.19", "tslib": "^2.3.1", "typescript": "^4.7.4", "vite": "^3.1.0" }, "type": "module", "dependencies": { "jsqr": "^1.4.0" } }