Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/disnet/jsvis

Visualization for JavaScript
https://github.com/disnet/jsvis

Last synced: about 1 month ago
JSON representation

Visualization for JavaScript

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();