pycodestyle
pycodestyle copied to clipboard
🎛 A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts
Add node Variable moved. And fire the nodeReleased Event on every release, not only if the Node was not moved. If you want to check if it was released without...
Per the Svelvet documentation here https://svelvet.mintlify.app/components/node, the on:connection function binding is a property of a Node but when using it as such nothing happens. When applying the same on:connection binding...
I'm maintaining a parallel store to sync updates from the user. I was attempting to detect anchor connections through the on:connection event. Then I push the target Node and Anchor...
I manually checked the node_modules/svelvet/dist/asset/fonts folder, the font exists, but it shows that it cannot be found   
For an `` with a custom `edge` component and `edgeLabel`, there's doesn't seem to be a way to render the passed `edgeLabel` value within the custom edge's `slot="label"`. Perhaps it...
I would like to support undo/redo using "ctrl + z" (or any keybind, i think this should be customizable for users along with any existing keybindings we have setup within...
I started playing around with `Svelvet` and I couldn't figure out a way to get a representation of all nodes and edges under a certain `Svelvet` component. What I have...
Hi in my particular use case I want to delete a selected edge by first clicking on it and then pressing the delete key. I know the `` is something...
When I add the `locked` prop to the `Svelvet` container the Group can still be dragger. To reproduce: 1. Create a Svelvet container, add nodes, add a group with some...
Hi, I want to change the animate of an edge. So far the easiest way I can see is to create 2 edge component, one with animate=true, and the other...