A command line tool to decode local qrcode image
$ qrdecoder path/to/img1.png [path/to/img2.png ...]
npm i -g qrdecoder
- git clone this repo && cd this repo
- edit
package.json
like this:
"bin": {
"whatever-cmd-you-like": "./bin/qrdecoder"
}
- run
npm link
to addwhatever-cmd-you-like
to PATH
MIT