@qrgrid/angular
v1.1.0
Published
The Ultimate Customizable QR Code JavaScript Library
Downloads
9
Maintainers
Readme
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!"/>