0.0.8 • Published 3 years ago

@ansanloms/honkit-plugin-uml v0.0.8

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

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.
0.0.8

3 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago