Skip to content

ansanloms/honkit-plugin-uml

Repository files navigation

honkit-plugin-uml

PlantUML Plugin for HonKit.

Install

npm install @ansanloms/honkit-plugin-uml --save-dev

Usage

Add the plugin to book.json .

{
  "plugins": ["@ansanloms/uml"]
}

Options

"pluginsConfig": {
  "uml": {
     "format": "svg",
     "charset": "utf8",
     "config": "classic"
  }
}
  • format
    • Format of the generated images. png , svg , ascii (ascii character only), unicode .
  • charset
    • Use a specific charset.
  • config
    • design settings. classic , monochrome or file path.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published