You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ofzxing-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) andvue-qrcode-reader
(a ready-to-use barcode scanner written in vue3) with good results.The text was updated successfully, but these errors were encountered: