xff-vuepress-plugin-live2d

0.0.2 • Public • Published
  • 使用方式

      npm i vuepress-plugin-live2d -S
    

    然后在'/docs/.vuepress/config.js'里引入

      plugins: [
        [
          "xff-vuepress-plugin-live2d@0.0.1",
          {
            "modelName": "",
            "mobileShow": false
          }
        ]
      ]

    属性

    属性名称 类型 说明 默认值
    modelName String或者Array 模型名称,可选值8个类型(z16,Epsilon2.1,izumi,koharu,shizuku,miku, hijiki, tororo),也可传入一个数组['hijiki','tororo',...](传入数组时刷新页面或者访问不同页面随机展示 ) ''
    mobileShow Boolean 是否在移动端展示,默认不展示 false
    position String 模型展示在左下角or右下角 'right'

Readme

Keywords

Package Sidebar

Install

npm i xff-vuepress-plugin-live2d

Weekly Downloads

1

Version

0.0.2

License

none

Unpacked Size

1.26 MB

Total Files

34

Last publish

Collaborators

  • fanghaixu