UNPKG

@matthewgapp/solidjs-flow

Version:

React Flow - A highly customizable React library for building node-based editors and interactive flow charts.

5 lines (3 loc) 180 B
import { type NodeOrigin, Viewport } from '@xyflow/system'; export const defaultNodeOrigin: NodeOrigin = [0, 0]; export const defaultViewport: Viewport = { x: 0, y: 0, zoom: 1 };