GraphCanvas
Main entry point for reagraph. Wraps the Three.js canvas, scene, camera controls, and lasso selection into a single component. Pass nodes and edges data along with layout, theme, and interaction configuration.
Import
import { GraphCanvas } from 'reagraph';
GraphCanvas Props
Data
| Prop | Type | Default | Description |
|---|---|---|---|
nodes | GraphNode[] | — | Node data (required) |
edges | GraphEdge[] | — | Edge dat |
[Description truncada. Veja o README completo no GitHub.]