jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.65k stars 722 forks source link

Link to the output in Connection line #615

Closed maxkaoppp closed 1 year ago

maxkaoppp commented 1 year ago

Hi @jerosoler , I want to link to the output in Connection line. How can I do? Just like the image below.

image image

jerosoler commented 1 year ago

Connections only go from node to node.

You could use this method to create a new connection with the 'addConnection' function.

You could also be guided by these methods as well.