You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only use the force layout and the node generator, I don't use the render or the line drawing. If you could expose the individual functions so I could import only the functions I wanted like so:
import { forceLayout, nodeGenerator } from "labella"
That would make the library more efficient for integration into other libraries.