MindWired: Mind Map Generator Example
A powerful and open-source tool for drawing dynamic, interactive mindmaps on an HTML canvas element.
shift+enter
new child node
window.mindwired
.init(...)
.then(mwd => {
const node = JSON.parse(jsonText) ;
mwd.nodes(node);
})