README.md

testing

flowchart LR
    subgraph core
        c1["graph"]
        c2["node"]
        c3["input"]
        c4["output"]
        c5["executor"]

        c1-->c2-->c3 & c4
    end

    core-->editor & runner & node_libraries["node libraries..."]