Sequence Diagrams
Write a simple script and get a live-rendered sequence diagram. Export to transparent PNG.
Script
Syntax Reference
Declare participant:
participant Name #colorWith alias:
participant ID as "Display Name"Solid arrow (call):
A -> B: LabelDashed arrow (return):
A --> B: LabelSelf-call:
A -> A: LabelNote:
note over A: TextComment:
# This is a commentPreview