An application of pixi-live2d-display.
yarn install
- Place
live2dcubismcore.min.js
inpublic/
. - Modify
scripts/const.js
if 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.
yarn serve
yarn build