qrcode : QRCode / 2d Barcode api with both server side and client side support using canvas. You can installing qrcode 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 qrcode $ sudo npm install -g qrcode
If want to update the qrcode package execute the command as below,
$ sudo npm update qrcode
Update package globally,
$ npm install -g qrcode
$ sudo git clone https://github.com/rektide/qrcode.git
$ sudo npm install -g ./qrcode
qrcode@1.0.0 /usr/lib/node_modules/qrcode
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall qrcode
| Package Name | qrcode |
| Version | 1.0.0 |
| Description | QRCode / 2d Barcode api with both server side and client side support using canvas |
| Released Date | 2017-11-08T09:57:16.452Z |
| Published by | vigreco |
| How to Learn | https://www.npmjs.com/package/qrcode/tutorial |