QR Code reader directive for AngularJS.
It uses webcam-directive to access the camera and Lazarsoft QR reader to process the QR code.
bower install --save blockchain/bc-qr-reader
Include dist/bc-qr-reader.js
as well as bower_components/webcam-directive/app/scripts/webcam.js
. Add the webcam
module to your application.
bc-qr-reader(active="cameraRequested", on-result="processURLfromQR" on-error="onError" camera-status="cameraIsOn")
npm install
cd src && git clone https://github.com/Sjors/jsqrcode
npm install
grunt dist