@ontologyx/flow-layout
v0.2.1
Published
Deterministic layout utilities and adapters for OXFlow graphs.
Maintainers
Readme
@ontologyx/flow-layout
Deterministic layout utilities for OXFlow graphs.
npm install @ontologyx/flow-core @ontologyx/flow-layoutimport { layoutDagreTree } from "@ontologyx/flow-layout";
const next = layoutDagreTree(graph, { direction: "LR" });Docs: https://ontologyxhq.github.io/oxflow/guide/layout
