Jero Soler

Results 367 comments of Jero Soler

You could modify the creacteCurvature function in the code. You could modify drawflow to pass it more values. Here, for example, there is a PR to add the input and...

out_dir and in_dir is not drawflow is the fork drawflow. I can't help you. From what I see in the PR, it has to indicate if it is top or...

Hello! @mokaddem Thanks for PR. If labels is one thing missing. There are alternatives to add the labels: - https://github.com/jerosoler/Drawflow/issues/18

Maybe I could save the value of the Zoom and the Canvas X and Y. So that they were css custom properties. To apply to the background?

Try event clickEnd and function to hide connection: `editor.contextmenuDel()` With clickEnd get info connection to determine show or hide button. View example of clickend event. - https://github.com/jerosoler/Drawflow/issues/390

@nbar10 It will not be implemented in the library.

By adding a background image, it doesn't go off track when zooming or moving the canvas. ```html Document #drawflow { position: relative; width: 100%; height: 800px; border: 1px solid red;...

Hello, The export, serves for the import again. But it is a json object, so in any language you should be able to transform it into an array. You can...

Hi! @mokaddem thanks! for PR. Looks good! I'll take a look at it. 🎉🎉