live2d-viewer-web
live2d-viewer-web copied to clipboard
Web implementation of Live2D Viewer.
trafficstars
live2d-viewer-web
An application of pixi-live2d-display.
Installation
yarn install
Setup
- Place
live2dcubismcore.min.jsinpublic/. - Modify
scripts/const.jsif you want to change the model source repositories. - Run
node scripts/download.js - 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
yarn serve
Building
yarn build