jerosoler / Drawflow

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

Resize the size of dragged nodes on canvas #871

Open nirav3650 opened 4 weeks ago

nirav3650 commented 4 weeks ago

How can one resize the dragged nodes on the canvas pane? Currently with default theme an option for resizing the nodes and for updating it is not present. Basically on click of the node, an outer line can be displayed and then using the mouse how can one resize the nodes? Does the library have functionality to resize the nodes in work area of screen? Where can one find documentation related to the library?

jerosoler commented 4 weeks ago

Hello, No, the library does not have support for resizing nodes. Jero

nirav3650 commented 4 weeks ago

Thanks Jero. Do we have any documentation for drawflow library?

jerosoler commented 4 weeks ago

Only the readme file.

View simple example

nirav3650 commented 4 weeks ago

Is there an option to have file upload functionality for that node that can be dropped to the canvas area and get details of the file upload in export of graph?