reagraph
Installation
SKILL.md
Reagraph
Reagraph is a WebGL-powered graph visualization library for React built on Three.js, React Three Fiber, D3, and Graphology. It renders interactive node-link diagrams in 2D and 3D with force-directed and hierarchical layouts.
Installation
npm install reagraph
Basic Setup
import { GraphCanvas } from 'reagraph';