bdunogier/ez-js-sequence-diagram
最新稳定版本:v0.1.2
Composer 安装命令:
composer require bdunogier/ez-js-sequence-diagram
包简介
Custom XML text tag to draw simple UML sequence diagrams
README 文档
README
This extension offers a custom XML text tag, sequence_diagram, that converts simple text to an UML sequence diagram in SVG.
It is based on bramp/js-sequence-diagrams.
Installation
Run composer require bdunogier/js-sequence-diagram.
Enable extension in `settings/override/site.ini.append.php:
ActiveExtensions[]=ezjssequencediagram
Usage
In an XML text block, add a custom tag of type "sequence_diagram". The theme attribute can be set to either "hand" (for a hand drawn diagram) or "simple".
Syntax
Andrew->China: Says Hello
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
See http://bramp.github.io/js-sequence-diagrams for more details.
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2014-11-23
