1.4.4 • Published 11 months ago

@qrgrid/vue v1.4.4

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

Qr Grid Vue

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/vue

Using Canvas

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

<Canvas input="Hello World!"/>

OR

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

<Qr input="Hello World!"/>

Using Svg

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

<Svg input="Hello World!"/>

OR

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

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

11 months ago

1.4.3

12 months ago

1.4.2

12 months ago

1.4.1

12 months ago

1.4.0

12 months ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago