All Projects → sinchang → qrcode-parser

sinchang / qrcode-parser

Licence: MIT license
A pure javascript QR code decoding library, accept PNG File object, PNG image url, image base64.

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to qrcode-parser

pyqrshare
Lets you transfer files and directories from your computer to your mobile device by scanning a QR code right from the terminal.
Stars: ✭ 12 (-72.73%)
Mutual labels:  qrcode
qrcodescan.in
📠 A simple, fast, and useful progressive web application.
Stars: ✭ 144 (+227.27%)
Mutual labels:  qrcode
exrs
100% Safe Rust OpenEXR file library
Stars: ✭ 79 (+79.55%)
Mutual labels:  file
FireSnapshot
A useful Firebase-Cloud-Firestore Wrapper with Codable.
Stars: ✭ 56 (+27.27%)
Mutual labels:  decode
QRCode
纯前端JS :QRCode 扫描、生成二维码、从相册获取图片识别、生成带Logo二维码、能识别:微博、微信、QQ等 扫一扫 二维码,该项目功能共分为:Js版 和 Vue.js两个版本!
Stars: ✭ 72 (+63.64%)
Mutual labels:  qrcode
flutter scan
scanner qrcode in widget tree & decoder qrcode from image
Stars: ✭ 63 (+43.18%)
Mutual labels:  qrcode
gh fsync
🔄 GitHub action to sync files across repos in GitHub
Stars: ✭ 17 (-61.36%)
Mutual labels:  file
arrayfiles
Array-like File Access in Python
Stars: ✭ 41 (-6.82%)
Mutual labels:  file
cache
🥌 Deno cache library
Stars: ✭ 38 (-13.64%)
Mutual labels:  file
semicon
A collection of icons for the Semantic Web and Linked Open Data world.
Stars: ✭ 20 (-54.55%)
Mutual labels:  file
qrcode-generator
Generate QR Code matrices and images in RAW, PNG and SVG formats.
Stars: ✭ 30 (-31.82%)
Mutual labels:  qrcode
Flask-QRcode
A concise Flask extension to easily render QR codes on Jinja2 templates using python-qrcode.
Stars: ✭ 89 (+102.27%)
Mutual labels:  qrcode
ZFileManager
Android 文件操作
Stars: ✭ 124 (+181.82%)
Mutual labels:  file
react-file-input-previews-base64
This package provides an easy to use, ready to go and customizable wrapper around file input, with option for image previews and returning file as base64 string.
Stars: ✭ 15 (-65.91%)
Mutual labels:  file
flysystem-sync
Filesystem sync using Flysystem project.
Stars: ✭ 26 (-40.91%)
Mutual labels:  file
qrencode-el
QRCode encoder for Emacs in pure elisp
Stars: ✭ 18 (-59.09%)
Mutual labels:  qrcode
ansible-role-glusterfs
Ansible Role - GlusterFS
Stars: ✭ 95 (+115.91%)
Mutual labels:  file
libutf8
A whatwg compliant UTF8 encoding and decoding library
Stars: ✭ 32 (-27.27%)
Mutual labels:  decode
js-qrcode
The library is for generating QR codes like SVG, HTML5 Canvas, PNG and JPG files, or text.
Stars: ✭ 35 (-20.45%)
Mutual labels:  qrcode
opentab
开源的轻应用后端(Open Tiny App Backend),轻量,高效,易部署。
Stars: ✭ 27 (-38.64%)
Mutual labels:  file

qrcode-parser

NPM version NPM downloads CircleCI

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

Example

👉 DEMO

Install

yarn add qrcode-parser

Usage

import qrcodeParser from "qrcode-parser";

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].