mirror of
https://github.com/xiazeyu/live2d-widget-models.git
synced 2024-11-23 22:50:45 +08:00
19 lines
397 B
Markdown
19 lines
397 B
Markdown
# live2d-widget-models
|
|
|
|
The storage of live2d models
|
|
|
|
## Useage
|
|
|
|
### Install all models
|
|
use `npm install live2d-widget-models`
|
|
|
|
### Install seperated models
|
|
use `npm install {packagename}`
|
|
The package name is the folder name in `packages/`
|
|
|
|
## Releated projects
|
|
|
|
- [live2d-widget.js](https://github.com/xiazeyu/live2d-widget.js)
|
|
|
|
- [hexo-helper-live2d](https://github.com/EYHN/hexo-helper-live2d)
|