https://github.com/sec-ant/zxing-wasm-demo
zxing-wasm demo
https://github.com/sec-ant/zxing-wasm-demo
zxing-wasm
Last synced: 11 months ago
JSON representation
zxing-wasm demo
- Host: GitHub
- URL: https://github.com/sec-ant/zxing-wasm-demo
- Owner: Sec-ant
- License: mit
- Created: 2023-11-13T04:10:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-07T23:07:51.000Z (11 months ago)
- Last Synced: 2025-09-08T01:08:32.081Z (11 months ago)
- Topics: zxing-wasm
- Language: TypeScript
- Homepage: https://zxing-wasm-demo.deno.dev
- Size: 1.32 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zxing-wasm-demo
## TODO
- [x] Fix directory DnD in FireFox
- [x] Add clear files button
- [ ] Add text file / url string DnD support
- [ ] Add light / dark / auto theme switch
- [x] Load `.wasm` file eagerly and add visual feedback
- [ ] Add detection time in the result
- [ ] ~~dd acknowledgement in footer~~
- [ ] Auto deployment on `zxing-wasm` build
- [x] Display `zxing-wasm` version / commit somewhere
- [ ] ~~Add sample files / history in the side bar?~~
- [x] Reduce bundle size / split chunks
- [x] Prevent page scrolling when changing numeric values
- [x] Prevent page scrolling when browsing images
- [x] Numeric fields value fallback on losing focus instead of typing
- [ ] Validate file types by magic number instead of extension