svrx-plugin-qrcode
September 27, 2019 ยท View on GitHub
svrx plugin for qrcode
Usage
please confirm you have installed svrx already
Via CLI
svrx --qrcode
Via API
const svrx = require('@svrx/svrx');
svrx({ plugins: ['qrcode'] }).start();
Options

cli: whether to display command line qrcode, defaulttrueui: whether to display browser ui qrcode, defaulttrueconsole: whether to display browser console qrcode, defaultfalse.