Overview
js-sequence-diagrams allows you to draws simple SVG sequence diagrams from textual representation of the diagram. You can find more information about js-sequence-diagrams from it's website or Github.
Examples
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!