@ontologyx/flow-core
v1.6.1
Published
OXFlow framework-agnostic graph, transaction, history and validation core.
Maintainers
Readme
@ontologyx/flow-core
Framework-agnostic graph authority for OXFlow.
npm install @ontologyx/flow-coreimport { createGraph, serializeGraph } from "@ontologyx/flow-core";
const graph = createGraph({ nodes: [{ id: "a", type: "node", position: { x: 0, y: 0 } }] });
console.log(serializeGraph(graph));Graph documents, transactions, history, validation, routing, serialization, plugins and diagnostics live here. No React dependency.
Docs: https://ontologyxhq.github.io/oxflow/guide/core
