awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jeromeetienne avatar

jeromeetienne/jquery-qrcode

0
View on GitHub↗
4,860 stele·2,477 fork-uri·JavaScript·mit·2 vizualizăriblog.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.

Istoric stele

Graficul istoricului de stele pentru jeromeetienne/jquery-qrcodeGraficul istoricului de stele pentru jeromeetienne/jquery-qrcode

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale jeromeetienne/jquery-qrcode?

Principalele funcționalități ale jeromeetienne/jquery-qrcode sunt: 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.

Care sunt câteva alternative open-source pentru jeromeetienne/jquery-qrcode?

Alternativele open-source pentru jeromeetienne/jquery-qrcode includ: 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…

Alternative open-source pentru Jquery Qrcode

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Jquery Qrcode.
  • codebude/qrcoderAvatar codebude

    codebude/QRCoder

    5,135Vezi pe 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#
    Vezi pe GitHub↗5,135
  • lincolnloop/python-qrcodeAvatar lincolnloop

    lincolnloop/python-qrcode

    4,854Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,854
  • sumimakito/awesome-qr.jsAvatar sumimakito

    sumimakito/Awesome-qr.js

    1,704Vezi pe GitHub↗

    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
    Vezi pe GitHub↗1,704
  • fukuchi/libqrencodeAvatar fukuchi

    fukuchi/libqrencode

    2,873Vezi pe GitHub↗

    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
    Vezi pe GitHub↗2,873
Vezi toate cele 30 alternative pentru Jquery Qrcode→