0.0.0 • Published 7 months ago

@doki-land/live2d-vuepress v0.0.0

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
-
Last release
7 months ago

Live2D VuePress Plugin

A VuePress plugin for integrating Live2D models into your documentation site.

Installation

npm install @doki-land/live2d-vuepress
# or
yarn add @doki-land/live2d-vuepress

Usage

  1. Add the plugin to your VuePress config:
// .vuepress/config.js
module.exports = {
  plugins: [
    ['@doki-land/live2d-vuepress', {
      // Plugin options
    }]
  ]
}
  1. Configure the plugin options as needed.

Features

  • Easy integration with VuePress
  • Support for multiple Live2D models
  • Customizable display options

License

LGPL-3.0-or-later

0.0.0

7 months ago