Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T02:16:27.000Z (16 days ago)
- Last Synced: 2024-12-23T04:47:31.964Z (11 days ago)
- Topics: decode, file, javascript-qr, parser, qrcode, qrcode-parser
- Language: TypeScript
- Homepage: https://qrcode-parser.netlify.app
- Size: 1.3 MB
- Stars: 78
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qrcode-parser
[![NPM version](https://img.shields.io/npm/v/qrcode-parser.svg?style=flat)](https://npmjs.com/package/qrcode-parser) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/qrcode-parser) [![NPM downloads](https://img.shields.io/npm/dm/qrcode-parser.svg?style=flat)](https://npmjs.com/package/qrcode-parser) ![Test](https://github.com/sinchang//qrcode-parser/actions/workflows/playwright.yml/badge.svg)
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)