Skip to content

wlLive2DLive2D Web 组件

高自定义且开箱即用的浏览器 Live2D 组件, 快速为您的个人网站加入 Live2D 看板娘

wlLive2D

快速体验

你可以在任意项目使用 CDN 导入方式立即体验 wl-live2d

html
<script type="module">
  import { wlLive2d } from 'https://fastly.jsdelivr.net/npm/wl-live2d/dist/es/index.js';
  
  wlLive2d({
    models: [
      {
        path: 'https://fastly.jsdelivr.net/gh/guansss/pixi-live2d-display/test/assets/shizuku/shizuku.model.json',
        position: { x: -10, y: 20 }
      }
    ]
  })
</script>