SmartSimpleBezierEdge
SmartSimpleBezierEdge uses diagonal A* pathfinding and draws chained cubic bezier segments with handle-position controls, the smart equivalent of React Flow's SimpleBezierEdge.
import { SmartSimpleBezierEdge } from "@tisoap/react-flow-smart-edge";
const edgeTypes = { smartSimpleBezier: SmartSimpleBezierEdge };
Related
- Configuring options
drawEdgeto change how the path is drawngeneratePathto change the pathfinding algorithm