browser
browser copied to clipboard
zxing-wasm: an alternative choice with active development for js users
First I apologize if this doesn't fit into the place, but if someone wants to try an alternative, I'm maintaining a repo called zxing-wasm. It uses a WebAssembly build of zxing-cpp and is written in TypeScript, and is also published as an ES module with types on npmjs. It supports QR codes and many other types of barcodes.
It's already being used in barcode-detector (a browser polyfill of Barcode Detection API) and vue-qrcode-reader (a ready-to-use barcode scanner written in vue3) with good results.