svelte-qrcode Svelte Themes

Svelte Qrcode

QR-Code-generator wrapped as a Svelte component.

@marianmeres/svelte-qrcode

QR-Code-generator wrapped as a Svelte component.

Installation

npm i @marianmeres/svelte-qrcode

Usage

<script>
    import { QrCode } from '@marianmeres/svelte-qrcode';
</script>

<QrCode content="this will be qr encoded as svg string" />

See playground for more parameters.

Top categories

Loading Svelte Themes