Did anyone use a flowchart library recently for JS that you can recommend?
What I need to implement is almost exactly like NodeRed uses. You have elements with properties that you drag and drop and then link together and manipulate values on them.
I want to replace my UI with flowchart editor because it will be easier for ppl to use. This is for my opensource NodeJS project.
Maybe something like this ? https://beautifulinteractions.github.io/beautiful-react-diagrams/#/Diagram Component
needs to be pure JS, I don't use react :)
I found a few candidates:
https://www.jqueryscript.net/chart-graph/drag-flowchart-bilder-flowy.html
https://github.com/retejs/rete
I like rete at this point the most