awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jeromeetienne avatar

jeromeetienne/jquery-qrcode

0
View on GitHub↗
4,860 स्टार्स·2,477 फोर्क्स·JavaScript·mit·4 व्यूज़blog.jetienne.com/blog/2011/04/07/jquery-qrcode↗

Jquery Qrcode

jquery-qrcode is a client‑side QR code generator built as a jQuery plugin. It creates QR code images entirely in the browser without sending data to an external service, making it suitable for offline usage and reducing network dependencies. The plugin accepts input data — such as a string or URL — and produces a QR code that can be rendered as an image in any selected DOM element.

Because it is a jQuery plugin, jquery-qrcode integrates naturally into existing jQuery‑based web projects using the usual plugin API. The generated QR code can be customised with adjustable size, error correction level, and foreground and background colours, all handled locally by the JavaScript library. This self‑contained approach eliminates the need for a server‑side QR code API and allows the code to work offline.

Features

  • QR Code Generators - Generates QR code images from data with adjustable size and content, without relying on remote services.
  • QR Codes - Creates QR code images with configurable size and content using pure JavaScript.
  • QR Code Rendering - Creates QR code images using only client-side JavaScript, enabling offline use and reducing network requests.
  • QR Code Encoders - Encodes data into a QR code matrix entirely in the browser using built-in Reed-Solomon error correction and mask pattern selection.
  • QR Code Visual Options - Accepts parameters for module size, foreground and background colours, and error correction level to customize the generated QR code.
  • jQuery Plugins - Integrates into jQuery's plugin pattern, allowing instantiation with options and chained insertion into selected DOM elements.
  • QR Code Generators - Integrates QR code generation into existing jQuery-based web projects with a simple plugin API for populating divs and canvas elements.
  • QR Code Module Matrix Renderers - Renders QR code modules as solid rectangles on an HTML5 canvas using coordinate calculations from the matrix.
  • More to explore - jQuery plugin for QR code generation.

स्टार हिस्ट्री

jeromeetienne/jquery-qrcode के लिए स्टार हिस्ट्री चार्टjeromeetienne/jquery-qrcode के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Jquery Qrcode के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Jquery Qrcode के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • codebude/qrcodercodebude का अवतार

    codebude/QRCoder

    5,135GitHub पर देखें↗

    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#
    GitHub पर देखें↗5,135
  • lincolnloop/python-qrcodelincolnloop का अवतार

    lincolnloop/python-qrcode

    4,854GitHub पर देखें↗

    python-qrcode is a library for generating QR codes from data and exporting them as images, vectors, or terminal text. It provides specialized encoders for producing portable network graphics, scalable vector graphics, and ASCII text representations. The project supports visual styling and custom branding, allowing for the modification of module shapes, the application of custom colors, and the embedding of logos. The capability surface includes image file export for digital assets and terminal-based visualization for displaying QR codes directly within a command line interface. It also manag

    Python
    GitHub पर देखें↗4,854
  • sumimakito/awesome-qr.jssumimakito का अवतार

    sumimakito/Awesome-qr.js

    1,704GitHub पर देखें↗

    Awesome-qr.js is a JavaScript library designed for the generation and rendering of customizable QR codes. It provides a framework for encoding data into structured bit arrays while allowing for extensive visual styling, enabling the creation of branded graphics that remain compatible with standard scanning software. The library distinguishes itself through its support for layered graphical composition, which allows users to integrate background images, animated GIFs, and center logos directly into the QR code structure. To maintain scan reliability, it employs automated image binarization, en

    JavaScriptqrqr-codeqr-generator
    GitHub पर देखें↗1,704
  • fukuchi/libqrencodefukuchi का अवतार

    fukuchi/libqrencode

    2,873GitHub पर देखें↗

    libqrencode is a C library for generating QR Code symbols from text, binary, and structured data. It provides a core encoding engine that converts input data into QR Code symbols with configurable error correction levels and version settings, and includes a command-line tool for producing QR Code images directly from text or data input. The library supports multiple encoding modes including numeric, alphabetic, Japanese kanji, and 8-bit binary data, with automatic optimization to select the most efficient mode for a given input string. It can encode arbitrary binary data containing NUL charac

    C
    GitHub पर देखें↗2,873
Jquery Qrcode के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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 browser without sending data to an external service, making it suitable for offline usage and reducing network dependencies. The plugin accepts input data — such as a string or URL — and produces a QR code that can be rendered as an image in any selected DOM element.

jeromeetienne/jquery-qrcode की मुख्य विशेषताएं क्या हैं?

jeromeetienne/jquery-qrcode की मुख्य विशेषताएं हैं: QR Code Generators, QR Codes, QR Code Rendering, QR Code Encoders, QR Code Visual Options, jQuery Plugins, QR Code Module Matrix Renderers, More to explore।

jeromeetienne/jquery-qrcode के कुछ ओपन-सोर्स विकल्प क्या हैं?

jeromeetienne/jquery-qrcode के ओपन-सोर्स विकल्पों में शामिल हैं: codebude/qrcoder — QRCoder is a native C# library for generating and rendering QR codes from text and data payloads. It provides a… lincolnloop/python-qrcode — python-qrcode is a library for generating QR codes from data and exporting them as images, vectors, or terminal text.… sumimakito/awesome-qr.js — Awesome-qr.js is a JavaScript library designed for the generation and rendering of customizable QR codes. It provides… fukuchi/libqrencode — libqrencode is a C library for generating QR Code symbols from text, binary, and structured data. It provides a core… efprefix/efqrcode — EFQRCode is a Swift library for generating, styling, and scanning QR codes across iOS, macOS, watchOS, tvOS, and… zpao/qrcode.react — This project is a React component library for generating and rendering customizable QR codes. It provides tools to…