zxing-js / library

Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.

Home Page:https://zxing-js.github.io/library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Sec-ant opened this issue · comments

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.

Hope you find it helpful.