Skip to content

ugoconsonni/angular2-qr-example

 
 

Repository files navigation

Angular2 QR-code Reader

Technologies

Angular2 QR-code reader based on getUserMedia Web API and LazarSoft QR Code scanner

Screenshot

Screenshot1 Screenshot2

Notes

This example based on ng2-webcam component and WebQR library. WebQR is a port of ZXing qrcode scanner, http://code.google.com/p/zxing.

Getting Started

Just put component onto your HTML

<ng2-qr-scanner></ng2-qr-scanner>

And do not forget add declarations

declarations: [
  AppComponent,
  WebCamComponent,
  QRScannerComponent
]

Try Example

npm install
npm start

References

License

Copyright (c) 2016 archik Licensed under the MIT license.

About

angular2 QR scanner example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.3%
  • TypeScript 7.4%
  • HTML 0.3%