@ghchinoy/litflow 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/litflow.js +398 -316
- package/dist/litflow.js.map +1 -1
- package/package.json +2 -1
- package/src/lit-flow.ts +103 -11
package/README.md
CHANGED
|
@@ -126,6 +126,7 @@ LitFlow leverages `@xyflow/system`, the same headless core that powers React Flo
|
|
|
126
126
|
## 🛠️ Key Features
|
|
127
127
|
- **Panning & Zooming**: Full support for viewport manipulation via d3-zoom (via xyflow).
|
|
128
128
|
- **Node Dragging**: Individual nodes can be dragged, with positions synced back to the state.
|
|
129
|
+
- **Edge Markers**: Support for arrowheads and other markers on edges.
|
|
129
130
|
- **Manual Connections**: Drag-to-connect functionality between handles with a live connection line.
|
|
130
131
|
- **Controls & MiniMap**: Built-in utility components for navigation and overview.
|
|
131
132
|
- **Reactive Updates**: Powered by `@lit-labs/signals` for efficient, targeted re-renders.
|