PHP 8.2.30
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

Name Size Perms Modified Actions
terminal DIR
- drwxr-xr-x 2026-02-27 09:45:04
Edit Download
1.47 KB lrw-r--r-- 2026-02-27 09:45:00
Edit Download
1.73 KB lrw-r--r-- 2026-02-27 09:45:00
Edit Download
1.92 KB lrw-r--r-- 2026-02-27 09:45:02
Edit Download
532 B lrw-r--r-- 2026-02-27 09:45:02
Edit Download
271 B lrw-r--r-- 2026-02-27 09:45:04
Edit Download
1.54 KB lrw-r--r-- 2026-02-27 09:45:04
Edit Download
2.83 KB lrw-r--r-- 2026-02-27 09:45:04
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).