Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 318 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 318 Bytes

wasm-barcode-reader

A Barcode Reader used WebAssembly.

Overview

This is barcode reader using WebAssembly. The basic algorithm refers serratus/quaggaJS. The currenty only support EAN 13 format of barcode.

Quick Run

git clone git@github.com:mkazutaka/rbr.git
cd rbr
make build

cd www
npm run start