saihubot-cli-skill-qrcode

0.38.0 • Public • Published

Saihubot-cli-skill-qrcode

Saihubot-cli-skill-qrcode provide QRcode skill that works for Command Line.

Install

npm install saihubot-cli-skill-qrcode
import { skillQRCode } from 'saihubot-cli-skill-qrcode'

then you can include via

new SaihuBot({
  ...
  skills: [skillQRCode],
});

Sample

saihu qrcode https://github.com/gasolin/saihubot

Imgur

Credit

The project use https://github.com/soldair/node-qrcode and https://github.com/vadimdemedes/ink to render QRCode

/saihubot-cli-skill-qrcode/

    Package Sidebar

    Install

    npm i saihubot-cli-skill-qrcode

    Weekly Downloads

    3

    Version

    0.38.0

    License

    MIT

    Unpacked Size

    6.82 kB

    Total Files

    7

    Last publish

    Collaborators

    • gasolin