zxing-js / browser

ZXing for JS's browser layer with decoding implementations for browser.
MIT License
213 stars 43 forks source link

zxing-wasm: an alternative choice with active development for js users #127

Open Sec-ant opened 9 months ago

Sec-ant commented 9 months ago

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.