Skip to content

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

License

Notifications You must be signed in to change notification settings

graphei/qrcode-parser

 
 

Repository files navigation

qrcode-parser

NPM version NPM downloads CircleCI

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

Example

👉 DEMO

Install

yarn add qrcode-parser

Usage

const qrcodeParser = require("qrcode-parser");

// input should be File object or image url
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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.2%
  • HTML 12.8%