Files
DesktopPet/_2233live2d-main/demo.html
2026-07-15 21:24:12 +08:00

15 lines
329 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>live2d测试</title>
<script type="text/javascript" src="res/js/live2d.js"></script>
</head>
<body>
<canvas id="live2d" width="512" height="512"></canvas>
<script>loadlive2d("live2d", "res/model/22/model.default.json");</script>
</body>
</html>