D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
wabot.whatzi.online
/
node_modules
/
qrcode
/
lib
/
renderer
/
Filename :
terminal.js
back
Copy
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) }