https://github.com/guansss/live2d-viewer-web
Web implementation of Live2D Viewer.
https://github.com/guansss/live2d-viewer-web
live2d pixijs
Last synced: 11 months ago
JSON representation
Web implementation of Live2D Viewer.
- Host: GitHub
- URL: https://github.com/guansss/live2d-viewer-web
- Owner: guansss
- License: mit
- Created: 2020-12-28T20:46:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T09:18:06.000Z (over 3 years ago)
- Last Synced: 2025-04-06T16:11:57.580Z (over 1 year ago)
- Topics: live2d, pixijs
- Language: TypeScript
- Homepage: https://guansss.github.io/live2d-viewer-web/
- Size: 8.63 MB
- Stars: 135
- Watchers: 4
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# live2d-viewer-web
[Web page](https://guansss.github.io/live2d-viewer-web/)
An application of [pixi-live2d-display](https://github.com/guansss/pixi-live2d-display).
## Installation
```sh
yarn install
```
## Setup
1. Place `live2dcubismcore.min.js` in `public/`.
2. Modify `scripts/const.js` if you want to change the model source repositories.
3. Run `node scripts/download.js`
4. Run `node scripts/parse.js`
Note the `download.js` scraps file lists from the specified repos, which may exceed GitHub's API rate limit if too many requests are fired.
## Serving
```sh
yarn serve
```
## Building
```sh
yarn build
```