Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.11 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.11 KB

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