1.3.3 • Published 11 months ago

@qrgrid/react v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Qr Grid React

This library offers two methods for generating QR codes: using Canvas and Svg. It also includes utility functions for downloading images and styling QR codes.

!NOTE For complete documentation visit: qrgrid.dev

Key Features

  • Canvas-based QR Code Generation: Create QR codes using the HTML5 Canvas element for high-performance rendering.
  • SVG-based QR Code Generation: Generate QR codes as scalable vector graphics (SVG) for infinite scalability without loss of quality.
  • Utility Functions: Easily download QR codes as images and apply custom styles.

Installation

npm i @qrgrid/react

Using Canvas

import { Canvas } from "@qrgrid/react";

<Canvas.Qr input="Hello World!"/>

OR

import { Qr } from "@qrgrid/react/canvas";

<Qr input="Hello World!"/>

Using Svg

import { Svg } from "@qrgrid/react";

<Svg.Qr input="Hello World!"/>

OR

import { Qr } from "@qrgrid/react/svg";

<Qr input="Hello World!"/>
1.3.3

11 months ago

1.3.2

11 months ago

1.3.1

11 months ago

1.3.0

11 months ago

1.2.1

11 months ago

1.2.0

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.1.0-beta.1

12 months ago

0.1.0-beta

12 months ago