barcode-parser

v1.1.0
This project started out as a straight port of the Quagga project - https://serratus.github.io/quaggaJS. - to typescript however it has significantly diverged.

build

tsc -d

prepublish

npm run build

pretest

npm run build

test

nyc --reporter=html --reporter=text mocha ./lib/test --recursive

coverage

nyc report --reporter=text-lcov | coveralls

lint

tslint -c tslint.json 'src/**/*.ts'

release

semantic-release

Metadata

Downloads

Maintainers