browser icon indicating copy to clipboard operation
browser copied to clipboard

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

Open Sec-ant opened this issue 1 year ago • 0 comments

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.

Sec-ant avatar Nov 15 '23 13:11 Sec-ant