Preview: terminal.js
Size: 271 B
/home/byroehnu/.trash/node_modules11/qrcode/lib/renderer/terminal.js
const big = require('./terminal/terminal')
const small = require('./terminal/terminal-small')
exports.render = function (qrData, options, cb) {
if (options && options.small) {
return small.render(qrData, options, cb)
}
return big.render(qrData, options, cb)
}
Directory Contents
Dirs: 1 × Files: 7