0.0.1 • Published 1 year ago
@oiij/ai-editor v0.0.1
library-starter
Features:
Usage
安装
pnpm add @oiij/ai-editor使用
<script setup lang="ts">
import { useAiEditor } from '@oiij/ai-editor'
const { domRef } = useAiEditor()
</script>
<template>
<div ref="domRef" style="width: 100%; height: 100%;" />
</template>pnpm link --global
## License
MIT0.0.1
1 year ago