An open API service indexing awesome lists of open source software.

https://github.com/chefe/js-sequence-diagrams-editor

This is a small web-based editor to create UML sequence diagrams
https://github.com/chefe/js-sequence-diagrams-editor

javascript tool uml-sequence-diagram

Last synced: 10 months ago
JSON representation

This is a small web-based editor to create UML sequence diagrams

Awesome Lists containing this project

README

          

# 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](http://bramp.github.io/js-sequence-diagrams/) project.

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

## Credits
* [Raphaël](http://raphaeljs.com/) is a small JavaScript library that should simplify your work with vector graphics on the web.
* [Underscore](http://underscorejs.org/) is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.
* [js-sequence-diagrams](http://bramp.github.io/js-sequence-diagrams/) is a simple javascript library to turn text into vector UML sequence diagrams.
* [Ace](http://ace.c9.io/) is an embeddable code editor written in JavaScript.