-
Hi, I'm looking into using this library in an Angular project. Has anyone wrapped it yet or in the process of doing that? If not, I would be up for taking that on.
Cheers,
B
-
Hello,
I downloaded the source , ran npm for installing, but when running the index.html in VS Code, I got a Reference error (DrawFlow not defined):
![image](https://github.com/jerosoler/Drawflo…
-
@jerosoler
I am using the `Drawflow` library within my Vue 3 or Nuxt 3 project to design the complex nodes, and everything works fine but the only problem is that when I have a large number of nod…
-
Hello,
since i updated angular version@13
in my package.json i have @types/drawflow": "^0.0.4",
when page loading is done, the drawflow is created but can't see the connection nodes lines, just wh…
-
Subscribe to this issue and stay notified about new [daily trending repos in JavaScript](https://github.com/trending/javascript?since=daily)!
-
Where can I get the newest npm package?
-
I need to try some prototyping of existing libraries or ways to implement this in MEASUR and see what the technical constraints are going to be, so we can move forward on what this looks like.
Going …
-
Hi! Is there a way to update position of node?
It exists "updateNodeDataFromId" but it edit node data, not position. I modify the value in node manually, how can refresh the graph to this changes tak…
-
The node which I am using has the following css
```css
.drawflow .drawflow-node {
width: auto;
height: auto;
}
.drawflow .drawflow-node .input,
.drawflow .drawflow-node .output {
…
-
I'm having trouble attaching an event listener to a button that I have created inside a drawflow node. For my use case, I need to show a subset of object data in each node and then show the full objec…