@kroszborg/rune-vue
v0.2.0
Published
Vue 3 component for Rune — lightweight, fully customizable QR codes.
Readme
@kroszborg/rune-vue
Vue 3 component for Rune — lightweight, fully customizable QR codes.
pnpm add @kroszborg/rune-vue<script setup lang="ts">
import { QRCode } from '@kroszborg/rune-vue';
</script>
<template>
<QRCode value="https://example.com" :dots="{ style: 'rounded' }" />
</template>Accepts the full RuneOptions as props and renders a real
<svg> (SSR-safe). Vue 3.3+ peer.
MIT © 2026 Abhiman Panwar
