barcode-parser

v1.2.1
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

test

jest

test:watch

jest --watch

coverage

jest --coverage

prettier

prettier --config .prettierrc --write "{src,__{tests,mocks}__}/**/*.ts"

lint

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

release

semantic-release

Metadata

Downloads

Maintainers