0.0.7 • Published 6 months ago
lichtenberg-canvas-vue v0.0.7
Vue Lichtenberg Canvas
A Vue.js component for generating Lichtenberg figures on a canvas.
Based on work from @antfu
Showcase
Installation
npm i lichtenberg-canvas-vue
Include in project
<script setup>
import { LichtenbergCanvas } from 'lichtenberg-canvas-vue';
</script>
<template>
<LichtenbergCanvas />
</template>