pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

🎛 A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts

Results 210 pycodestyle issues
Sort by recently updated
recently updated
newest added

Hello, thanks for making this excellent library! I have a question about reducing the bundle size. When I create a minimum graph without using minimap and drawers explicitly, these components...

Hello! There is a problem as described in topic, ver 8. I have Nodes with Anchors (and connections) rendered inside \#each block depending on data prop from outside. So when...

Hello, in version 6, i saw that i can add nodes by appending to props nodes but in recent version (8) i can not do that anymore. Is that feature...

Hello, thanks for the excellent library! 👋 I was wondering if it might be possible to add (optional) arrows to edges. Arrows can be great when implementing flow charts or...

``Hi, When using "straight" as EdgeStyle I'm getting following errors in my console. ``` connectionCreated(e)} zoom={0.8} edgeStyle="straight" > {#each nodes as node (node.id)} addNode(node.id)} /> {/each} ```

Currently there's let:destroy and edgeClick as features of a custom edge. It would be great and simplify the deletion of an edge massively, if clicking the entire edge could delete...

Heya, just wondering if there's a way to pass a hex colour to the `edgeColor` prop without going through the rigamarole of creating a `writeable` store? something like this `edgeColor="#40425E"`

When there is a Svelvet canvas on the website, that canvas prevents the default behaiviour of scrolling with mouse wheel and instead zooms out in the canvas which are both...

Add fixedZoom to Node properties

Hi there! So far I like the library! I have came across, a hopfuly small, styling issue. In case the svelvet component is inside a custom element, in a shadow...