0.0.8 • Published 3 years ago

guru-qrcode-reader v0.0.8

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

ng2-qrcode-reader

An Angular 4+ Component library for Reading QR (Quick Response ) Codes .

You can pass QRCode as URL to image ,DATA URL Or canvas context data .

Demo

A simple demo

Installation

To use ng2-qrcode-reader in your project, install it via npm:

$ npm install ng2-qrcode-reader --save

Usage

For a complete and detailed tutorial on how to use this library .See :

How to Generate/Read QR Codes In Angular 4+ Applications

Import the NgQRCodeReaderModule from ng2-qrcode-reader into your app :

Once the library is imported, you can use the ng2-qrcode-reader component in your Angular application:

 <ng2-qrcode-reader (result)="render($event)" [qrr-show]="showQRCode" [qrr-value]="value" [qrr-type]="elementType"></ng2-qrcode-reader>

Development

To generate all *.js, *.d.ts and *.metadata.json files:

$ npm run build

To lint all *.ts files:

$ npm run lint

License

MIT © Techiediaries

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago