@katzumi/slidev-addon-qrcode

0.0.17 • Public • Published

slidev-addon-qrcode

Slidev add-on qrcode component

screenshot

Dependencies

Installation

npm i @katzumi/slidev-addon-qrcode

Slidev Configuration

Define this package into your slidev addons.

In your slides metadata (using Front Matter):

addons:
  - "@katzumi/slidev-addon-qrcode"

Or in your package.json:

{
  "slidev": {
    "addons": [
      "@katzumi/slidev-addon-qrcode"
    ]
  }
}

Components

You can create a poll by using the QRCode component.

QRCode

<QRCode
  value="https://github.com/k2tzumi/slidev-addon-qrcode"
  :width="180"
  :height="180"
  color="4329B9"
  image="83095831.png"
/>

Parameters:

  • value (string) : The date will be encoded to the QR code
  • width (number , default 200) : Size of canvas
  • height (number , default 200) : Size of canvas
  • color (string , default 000000) : Color code of QR dots
  • image (string) : The image will be copied to the center of the QR code

Readme

Keywords

Package Sidebar

Install

npm i @katzumi/slidev-addon-qrcode

Weekly Downloads

13

Version

0.0.17

License

none

Unpacked Size

8.68 kB

Total Files

6

Last publish

Collaborators

  • katzumi