- Client side QR Code scanning
- Use Browser's Barcode Detector API for hardware accelerated scanning
- Fallback to zbar.wasm (from undecaf/zbar-wasm)
pnpm install
pnpm devLint and Format
pnpm lint:fix && pnpm fmt:fix| Parameter | Values | Default | Description |
|---|---|---|---|
debug |
true |
false |
Show debug overlay with scanning details |
scanner |
browser, legacy |
browser |
Scanner implementation to use |
?debug=true # Show debug overlay
?scanner=legacy # Use legacy zbar.wasm scanner
browser- Uses Barcode Detector API with hardware acceleration when available, falls back to legacylegacy- Forces use of zbar.wasm scanner