0.0.8 • Published 3 years ago
@ansanloms/honkit-plugin-uml v0.0.8
honkit-plugin-uml
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
.
- Format of the generated images.
charset
- Use a specific charset.
config
- design settings.
classic
,monochrome
or file path.
- design settings.