Files
xyflow/packages/system/README.md
T
2023-06-14 17:07:32 +02:00

36 lines
684 B
Markdown

# @xyflow/system
Core system that powers React Flow and Svelte Flow.
## Installation
```sh
npm install @xyflow/system
```
## What is this package about?
The @xyflow/system package was created to have a place for vanilla utils for React Flow and Svelte Flow. The package exports helpers for edge creation, pan and zoom, dragging of nodes, general utils and lots of types. All the helpers are specifically built for React Flow and Svelte Flow so it's probably not too interesting to use them with other libraries.
### XYPanZoom
### XYDrag
### XYHandle
### XYMinimap
### Edge utils
### Store utils
### Dom utils
### Marker utils
### Graph utils
### General utils