0.0.17 • Published 2 years ago
@katzumi/slidev-addon-qrcode v0.0.17
slidev-addon-qrcode
Slidev add-on qrcode component

Dependencies
Installation
npm i @katzumi/slidev-addon-qrcodeSlidev 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 codewidth(number, default200) : Size of canvasheight(number, default200) : Size of canvascolor(string, default000000) : Color code of QR dotsimage(string) : The image will be copied to the center of the QR code