awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
HJ29 avatar

HJ29/vue3-qr-reader

0
View on GitHub↗
91 stars·25 forks·Vue·8 views

Vue3 Qr Reader

Vue 3 qr reader.

Features

  • QR Codes - QR reader component refactored for Vue 3.

Star history

Star history chart for hj29/vue3-qr-readerStar history chart for hj29/vue3-qr-reader

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does hj29/vue3-qr-reader do?

Vue 3 qr reader.

What are the main features of hj29/vue3-qr-reader?

The main features of hj29/vue3-qr-reader are: QR Codes.

Which projects share features with hj29/vue3-qr-reader?

Projects with overlapping indexed features include: cozmo/jsqr — jsQR is a JavaScript library for locating and decoding QR codes directly within a browser or Node.js environment. It… lazarsoft/jsqrcode — jsqrcode is a JavaScript library for decoding QR codes within a web browser. It functions as a QR code scanner and… claudiodangelis/qrcp — qrcp is a command-line file sharing utility that hosts a temporary local network server to facilitate wireless file… codebude/qrcoder — QRCoder is a native C# library for generating and rendering QR codes from text and data payloads. It provides a… efprefix/efqrcode — EFQRCode is a Swift library for generating, styling, and scanning QR codes across iOS, macOS, watchOS, tvOS, and… jeromeetienne/jquery-qrcode — jquery-qrcode is a client‑side QR code generator built as a jQuery plugin. It creates QR code images entirely in the…

Projects sharing features with Vue3 Qr Reader

These projects share indexed features with Vue3 Qr Reader. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • lazarsoft/jsqrcodeLazarSoft avatar

    LazarSoft/jsqrcode

    4,024View on GitHub↗

    jsqrcode is a JavaScript library for decoding QR codes within a web browser. It functions as a QR code scanner and decoder capable of extracting encoded text and data from various visual sources. The library supports data extraction from static images via URLs and data URLs, as well as from canvas elements. It also provides real-time scanning capabilities by processing live video streams from a device camera through the media devices API. Its internal processing covers pattern detection, pixel sampling, and binary-matrix decoding. It utilizes Reed-Solomon error correction to recover missing

    JavaScript
    View on GitHub↗4,024
  • cozmo/jsqrcozmo avatar

    cozmo/jsQR

    3,992View on GitHub↗

    jsQR is a JavaScript library for locating and decoding QR codes directly within a browser or Node.js environment. It functions as a client-side scanner and decoder that extracts text and data from images using pixel arrays, removing the need for server-side processing. The library provides tools for QR code localization to identify the exact coordinates of corners and alignment patterns within a larger image. It uses image pattern recognition to isolate the QR code and extract its encoded content. Its internal operations cover binarization-based thresholding, geometric pattern localization,

    TypeScriptqrqr-codeqr-parsing-library
    View on GitHub↗3,992
  • claudiodangelis/qrcpclaudiodangelis avatar

    claudiodangelis/qrcp

    10,468View on GitHub↗

    qrcp is a command-line file sharing utility that hosts a temporary local network server to facilitate wireless file exchanges between computers and mobile devices. It functions as a secure local file host, enabling the transfer of assets over a Wi-Fi network via a web browser. The tool distinguishes itself by using QR codes to automate device pairing, removing the need for manual IP entry. It ensures data privacy through certificate-based HTTPS encryption and simplifies the movement of directory structures by bundling multiple files into ephemeral zip archives. The system supports bidirectio

    Goclicommand-linegolang
    View on GitHub↗10,468
  • codebude/qrcodercodebude avatar

    codebude/QRCoder

    5,135View on GitHub↗

    QRCoder is a native C# library for generating and rendering QR codes from text and data payloads. It provides a dependency-free implementation of the QR code standard for the .NET ecosystem, handling the full process from data encoding to visual output. The library includes tools for customizing QR codes through the adjustment of colors, error correction levels, and the embedding of custom logos. It also supports standardized payload formatting for specific data types such as WiFi credentials, contact cards, and payment systems. The rendering engine outputs QR codes into multiple formats, in

    C#
    View on GitHub↗5,135
  • Compare all 17 related projects→