github地址
可以根据工程的readme来使用demo测试,demo中需要修改 autoload.js api的cdnPath或者apiPath,否则加载不出来人物图片
apiPath: "https://live2d.fghrsh.net/api/", //旧的api版本,人物少
//cdnPath: "https://api.zsq.im/live2d/", //人物多,加载慢
添加 index.html,引入2D看板娘的js文件
<script src="./live2d-widget/autoload.js"></script>
源码的 autoload.js 文件修改 live2d_path
源码的 autoload.js 文件修改 apiPath 两个只能用一个
apiPath: "https://live2d.fghrsh.net/api/", //旧的api版本,人物少
//cdnPath: "https://api.zsq.im/live2d/", //人物多,加载慢