SmartBezierEdge
SmartBezierEdge is the default smart edge. It uses diagonal A* pathfinding and draws a smooth SVG curve through the computed path — the smart equivalent of React Flow's BezierEdge.
import { SmartBezierEdge } from "@tisoap/react-flow-smart-edge";
const edgeTypes = { smartBezier: SmartBezierEdge };
Related
- Configuring options
drawEdge— change how the path is drawngeneratePath— change the pathfinding algorithm