Y
Hacker News
new
|
ask
|
show
|
jobs
by
SunboX
4231 days ago
There's also a port of ZBar using Emscripten / asm.js:
https://github.com/yurydelendik/zbarjs
and a hand-made port of ZXing by Wojciech Szela here:
https://github.com/wojciechszela/zxingjs
2 comments
serratus
4231 days ago
The hand-made port looks really promising. This could work alongside QuaggaJS as the decoding part, since ZXing does not locate the barcode.
link
nkg
4231 days ago
Thanks, I was looking for a way to trigger a QR code scan from a webpage. I can see zxingJs is in progress
link