# three-plugin
**Repository Path**: duhu321/three-plugin
## Basic Information
- **Project Name**: three-plugin
- **Description**: three 工具包制作
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-05-23
- **Last Updated**: 2023-08-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### 基于three 制作插件包
### 介绍
集中three个别api进行整合使用方式
封装了包括three、d3-geo工具、tween补帧动画等各个图形示例等
内置 3d地球插件 2d地图插件
后续扩展可自定义插件插入管理插件ManagePlugin中
### 安装指令
```bash
npm install
pnpm install
```
### 运行指令
```bash
pnpm run dev
```
### 打包指令
```bash
pnpm run build
```
### 文档解析
```bash
// 打包html格式文档
pnpm run docs:html
// 打包markdown格式文档
pnpm run docs:markdown
```
### 载入方式
```html
```