What package/software is used to build the graph/network in obsidian?
We use d3-force
for force simulation, and PixiJS
for actually rendering the graph.
1 Like
Thanks
What package/software is used to build the graph/network in obsidian?
We use d3-force
for force simulation, and PixiJS
for actually rendering the graph.
Thanks