You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

qrcode-parser

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qrcode-parser

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

2.1.3
latest
Source
npmnpm
Version published
Weekly downloads
14K
-12.28%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • 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

Keywords

qrcode

FAQs

Package last updated on 23 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts