qr.js : qrcode encoding in javascript. You can installing qr.js npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install qr.js $ sudo npm install -g qr.js
If want to update the qr.js package execute the command as below,
$ sudo npm update qr.js
Update package globally,
$ npm install -g qr.js
$ sudo git clone https://github.com/rektide/qr.js.git
$ sudo npm install -g ./qr.js
qr.js@0.0.0 /usr/lib/node_modules/qr.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall qr.js
| Package Name | qr.js |
| Version | 0.0.0 |
| Description | qrcode encoding in javascript |
| Released Date | 2013-03-01T20:44:25.199Z |
| Published by | shtylman |
| How to Learn | https://www.npmjs.com/package/qr.js/tutorial |