Skip to content

A pure javascript QR code decoding library, accept Image File object, image url, image base64.

License

Notifications You must be signed in to change notification settings

sinchang/qrcode-parser

Folders and files

NameName
Last commit message
Last commit date
Feb 25, 2024
May 28, 2022
Nov 17, 2023
Aug 2, 2023
Dec 18, 2024
Mar 27, 2018
Sep 13, 2021
Mar 27, 2018
Mar 5, 2023
Mar 27, 2018
Aug 7, 2024
Dec 5, 2024
Dec 18, 2024
Dec 5, 2024
Mar 5, 2023
Mar 26, 2025
Jun 14, 2024
Mar 23, 2023
Mar 5, 2023

Repository files navigation

qrcode-parser

NPM version npm bundle size NPM downloads Test

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

  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, Released under the MIT License.
Authored and maintained by sinchang with help from contributors (list).

sinchang.me · GitHub @sinchang · Twitter @sinchangwen