0.0.1 • Published 11 months ago

@oiij/three-js v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

library-starter

Features:

Usage

安装

pnpm add @oiij/three-js

使用

<script setup lang="ts">
import { useThreeJs } from '@oiij/three-js'
const { domRef } = useThreeJs()
</script>

<template>
  <div ref="domRef" style="width: 100%; height: 100%;" />
</template>

License

MIT

0.0.1

11 months ago