Skip to content

monstergraph is a fully client side JavaScript diagramming library

License

Notifications You must be signed in to change notification settings

stalkerg/monstergraph

 
 

Repository files navigation

monstergraph

It is fork JS part of the mxGraph library for bringing the modern techniques to the project.

Currently all old filese contain in "javascript" folder and all new in "src" folder. In the current state, it is just concept but a HelloWorld example is working.

Build

npm install
npm run build

also you can install rollup globaly and run directly:

npm install
npm install -g rollup
rollup -c

After that you can just open in browser dist/examples/helloworld.html .

Extra

You can change rollup.config.js and build CommonJS/AMD/ES6 modules. Documentation here https://rollupjs.org/ .

About

monstergraph is a fully client side JavaScript diagramming library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.4%
  • HTML 7.8%
  • Other 0.8%