qrcode-parser
v2.1.3
Published
A pure javascript QR code decoding library, accept File object, image url, image base64.
Downloads
18,533
Readme
qrcode-parser
A pure javascript QR code decoding library, accept File object, image url, image base64.
Example
👉 DEMO
Install
yarn add qrcode-parser
Usage
import qrcodeParser from "qrcode-parser";
qrcodeParser(input);
// => return promise
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
qrcode-parser © sinchang, Released under the MIT License. Authored and maintained by sinchang with help from contributors (list).
sinchang.me · GitHub @sinchang · Twitter @sinchangwen