PATH:
opt
/
alt
/
alt-nodejs16
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
qrcode-terminal
/
example
var qrcode = require('../lib/main'), url = 'https://google.com/'; qrcode.generate(url, { small: true }, function (qr) { console.log(qr); });
[-] basic.png
[edit]
[+]
..
[-] basic.js
[edit]
[-] small-qrcode.js
[edit]
[-] callback.js
[edit]