https://github.com/sinchang/qrcode-parser
A pure javascript QR code decoding library, accept Image File object, image url, image base64.
https://github.com/sinchang/qrcode-parser
decode file javascript-qr parser qrcode qrcode-parser
Last synced: 10 months ago
JSON representation
A pure javascript QR code decoding library, accept Image File object, image url, image base64.
- Host: GitHub
- URL: https://github.com/sinchang/qrcode-parser
- Owner: sinchang
- License: mit
- Created: 2018-03-27T09:55:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T01:41:58.000Z (10 months ago)
- Last Synced: 2025-04-13T00:43:52.503Z (10 months ago)
- Topics: decode, file, javascript-qr, parser, qrcode, qrcode-parser
- Language: TypeScript
- Homepage: https://qrcode-parser.netlify.app
- Size: 1.56 MB
- Stars: 78
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qrcode-parser
[](https://npmjs.com/package/qrcode-parser)  [](https://npmjs.com/package/qrcode-parser) 
A pure javascript QR code decoding library, accept File object, image url, image base64.
## Example
👉 [DEMO](https://qrcode-parser.netlify.app)
## Install
```bash
yarn add qrcode-parser
```
## Usage
```js
import qrcodeParser from "qrcode-parser";
qrcodeParser(input);
// => return promise
```
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## Author
**qrcode-parser** © [sinchang](https://github.com/sinchang), Released under the [MIT](./LICENSE) License.
Authored and maintained by sinchang with help from contributors ([list](https://github.com/sinchang/qrcode-parser/contributors)).
> [sinchang.me](https://sinchang.me) · GitHub [@sinchang](https://github.com/sinchang) · Twitter [@sinchangwen](https://twitter.com/sinchangwen)