Introduction to Sigma.js
mainSigma.js is a high-performance library for visualizing large graphs and networks. It is designed to handle complex data structures and provides various ways to render nodes, edges, and layers (such as WebGL, Leaflet, or MapLibre) to create interactive and visually rich graph visualizations.
To use Sigma.js in your project, you can install the core package and various specialized plugins for specific rendering needs (e.g., @sigma/layer-webgl for performance, @sigma/layer-leaflet for geographic data, or @sigma/node-image for custom node visuals).
# Example installation of the core package
npm install sigma