Skip to content

Latest commit

 

History

History
42 lines (20 loc) · 355 Bytes

File metadata and controls

42 lines (20 loc) · 355 Bytes

QR code reader

It's a simple QR code reader by using jsQR.

Features

Requirement

  • Node.js >= 10.x
  • npm >= 6.x

Usage

# install node_modules
yarn install

# run locally
yarn start

# development build
yarn run build:d

# production build
yarn run build:p

Author

Junya Iizuka