@woven-canvas/vue
v0.1.14
Published
Vue 3 components for woven-canvas infinite canvas
Readme
@woven-canvas/vue
Vue components for woven-canvas infinite canvas applications.
Installation
npm install @woven-canvas/core @woven-canvas/vueUsage
<script setup lang="ts">
import { WovenCanvas } from "@woven-canvas/vue";
</script>
<template>
<WovenCanvas />
</template>Styling
Import the default styles:
import "@woven-canvas/vue/style.css";Documentation
For full API documentation, see the documentation site.
License
MIT
