Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 332 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 332 Bytes

heinotation

vue3 driven note rendering. vue3 驱动的音符渲染

Installation

npm

Use npm to install.

npm i heinotation -D

Use

example

<template>
  <Svg></Svg>
</template>

<script lang="ts" setup>
import { Svg } from "heinotation";
</script>

module

SVG

生成一个 svg 容器