| Current Path : /lib/node_modules/npm/node_modules/qrcode-terminal/example/ |
| Current File : //lib/node_modules/npm/node_modules/qrcode-terminal/example/small-qrcode.js |
var qrcode = require('../lib/main'),
url = 'https://google.com/';
qrcode.generate(url, { small: true }, function (qr) {
console.log(qr);
});