JS-Sequence-Diagramm

Description

This is a small web-based editor to create UML sequence diagrams, where you can prototype your diagrams and view them offline and side by side with the underlining text. The idea and some of the code was taken from the page of js-sequence-diagrams project.

Setup

  1. Download
  2. Open index.html
  3. Have fun!

Credits

  • Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web.
  • Underscore is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.
  • js-sequence-diagrams is a simple javascript library to turn text into vector UML sequence diagrams.
  • Ace is an embeddable code editor written in JavaScript.