You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your feedback. I'll certainly look where I can improve, but I think #2 and #3 are answered here: https://github.com/bramp/js-sequence-diagrams#usage ? Is there some way I can make that clearer? Just for the record, #1 is solved by using a multi-line string "A->B: Does something\nB->C: Something else"
Hi,
While the demos on the website work. There is too little documentation on the library.
For instance you show the following code:
var d = Diagram.parse("A->B: Does something");
How do I:
In other words, using the library should be easy without having to browse code.
The text was updated successfully, but these errors were encountered: