• File: small-qrcode.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/qrcode-terminal/example/small-qrcode.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 150 bytes
  • MIME-type: text/plain
  • Charset: utf-8
var qrcode = require('../lib/main'),
    url = 'https://google.com/';

qrcode.generate(url, { small: true }, function (qr) {
    console.log(qr);
});