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
- Host: GitHub
- URL: https://github.com/chefe/js-sequence-diagrams-editor
- Owner: chefe
- Created: 2014-12-18T13:15:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T06:30:09.000Z (almost 11 years ago)
- Last Synced: 2025-03-15T08:14:42.612Z (about 1 year ago)
- Topics: javascript, tool, uml-sequence-diagram
- Homepage: https://chefe.github.io/js-sequence-diagrams-editor/
- Size: 262 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.