A fork of `graphlibrary` with individual lodash-es imports; exported as ES modules
npm install @unovis/graphlibrarygraphlib package (https://github.com/dagrejs/graphlib). We've created this fork to update the code to ES modules and use individual lodash-es imports
to allow better tree shaking in Unovis.
If you want to learn more about the changes, check our Releases section on GitHub:
https://github.com/unovis/graphlibrary/releases/
Graphlibrary is a JavaScript library that provides data structures for undirected
and directed multi-graphs along with algorithms that can be used with them.
To learn more see the original graphlib's Wiki: https://github.com/dagrejs/graphlib/wiki.