svrxjs / svrx-plugin-qrcode

qrcode plugin for server-x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svrx-plugin-qrcode

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

image

  • cli: whether to display command line qrcode, default true
  • ui: whether to display browser ui qrcode, default true
  • console: whether to display browser console qrcode, default false.

About

qrcode plugin for server-x


Languages

Language:JavaScript 64.7%Language:CSS 35.3%