stalkerg / monstergraph

monstergraph is a fully client side JavaScript diagramming library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:JavaScript 91.3%Language:HTML 7.8%Language:CSS 0.7%Language:Java 0.1%