0.0.1 • Published 1 year ago

@oiij/ai-editor v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

MIT
0.0.1

1 year ago