Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/disnet/jsvis
Visualization for JavaScript
https://github.com/disnet/jsvis
Last synced: about 1 month ago
JSON representation
Visualization for JavaScript
- Host: GitHub
- URL: https://github.com/disnet/jsvis
- Owner: disnet
- Created: 2010-06-09T06:55:01.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-17T11:19:54.000Z (almost 14 years ago)
- Last Synced: 2023-04-10T22:39:26.842Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 22.7 MB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JSVis allows you to visualize the object graph of a running JavaScript application. To see it in action check out this [example page](http://disnetdev.com/code.html).
To get started you can download JSVis [here](http://github.com/downloads/disnet/jsvis/jsvis_0.1.zip). The download contains a mostly empty HTML file along with all the required scripts and stylesheets.
If you want to try JSVis on your own page, you'll need to link the required CSS files:
Along with the required scripts:
Then you just need create a new instance of JSVis and initialize it:
var VIS = new JSVis();
VIS.init();