Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)