live2d-widget-models/README.md

20 lines
519 B
Markdown
Raw Normal View History

2017-12-24 12:40:52 +08:00
# live2d-widget-models
The storage of live2d models
## Useage
### Install all models
2018-02-07 21:17:09 +08:00
~~use `npm install live2d-widget-models`~~
PLEASE INSTALL MANUALLY, THIS PACKAGE IS DEPRECATED BECAUSE IT WON'T ADD DEPENDENCIES ON YOUR PRODUCTION ENVIRONMENT.
### Install seperated models
use `npm install {packagename}`
The package name is the folder name in `packages/`
2017-12-24 12:40:52 +08:00
## Releated projects
- [live2d-widget.js](https://github.com/xiazeyu/live2d-widget.js)
- [hexo-helper-live2d](https://github.com/EYHN/hexo-helper-live2d)