1.1.0 • Published 10 months ago

@qrgrid/angular v1.1.0

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

Qr Grid Angular

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

Using Canvas

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

<qr input="Hello World!"/>

Using Svg

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

<qr input="Hello World!"/>
1.1.0

10 months ago

1.0.0

11 months ago

1.0.0-beta.3

11 months ago

1.0.0-beta.2

11 months ago

1.0.0-beta.1

11 months ago

1.0.0-beta

11 months ago