README
mxgraph-js
Just the JS portion of mxGraph. Do not submit PRs here, they belong in the mxGraph project.
mxGraph-js is a fully client side JavaScript diagramming library. It is the underlying technology that powers the drawing functionality that you see in https://www.draw.io.
<script type="module">
import cpaasMxgraphJs from 'https://cdn.skypack.dev/cpaas-mxgraph-js';
</script>
Just the JS portion of mxGraph. Do not submit PRs here, they belong in the mxGraph project.