mirror of
https://github.com/chendishen/react-live2d.git
synced 2024-11-27 06:28:24 +08:00
Update README.md
This commit is contained in:
parent
997f8c770c
commit
c3b64f6325
@ -21,9 +21,9 @@
|
|||||||
|
|
||||||
└─ Demo # 项目目录
|
└─ Demo # 项目目录
|
||||||
|
|
||||||
└─ Resources # 这里面放的是live2D的模型及动作导出的文件
|
└─ Resources # live2D的模型及动作导出的文件
|
||||||
|
|
||||||
└─ Framework # 包含渲染和动画功能等的源代码的目录
|
└─ Framework # 包含渲染和动画功能等的源代码
|
||||||
|
|
||||||
└─ src # 核心代码
|
└─ src # 核心代码
|
||||||
```
|
```
|
||||||
@ -31,7 +31,9 @@
|
|||||||
## 📦 Install
|
## 📦 Install
|
||||||
|
|
||||||
为了不增加npm包的负担,基础包还是直接使用script引入,在你个人的react项目的->public->index.html先插入
|
为了不增加npm包的负担,基础包还是直接使用script引入,在你个人的react项目的->public->index.html先插入
|
||||||
|
```
|
||||||
<script src = "http://publicjs.supmiao.com/live2dcubismcore.min.js"></script>
|
<script src = "http://publicjs.supmiao.com/live2dcubismcore.min.js"></script>
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install react-live2d
|
npm install react-live2d
|
||||||
|
Loading…
Reference in New Issue
Block a user