How i can use mxGraph instance in node.js
问题 I'm trying use mxGraph instance in node.js to prepare XML export with my custom logic (works with front-end, i'm just moving logic to back-end). Is it possible to use full API of mxGraph instance in nodej.js, i'm wondering about methods like graph.getDefaultParent() etc. I'm trying load new instance using correct, generated by plugin XML, but code below won't affect on model (no other errors) const dom = new JSDOM(); global.window = dom.window; global.document = dom.window.document; global