A Barcode Reader used WebAssembly.
This is barcode reader using WebAssembly. The basic algorithm refers serratus/quaggaJS. The currenty only support EAN 13 format of barcode.
git clone [email protected]:mkazutaka/rbr.git
cd rbr
make build
cd www
npm run start