Skip to content
Esc
navigateopen⌘Jpreview

dependency-graph

Packages and modules connected as a readable graph.

The same runtime that renders the export. Scrub to any frame, switch format, and edit the fixture props.

Installation

pnpm odori add @odori/dependency-graph

Source is copied into videos/components/dependency-graph/ and belongs to your repository. odori diff compares it with upstream later; odori update applies the change you accept. It has no registry dependencies.

Timing contract

Every registry component declares how it behaves in time.odori test fails a cut that violates these.

Family
Developer proof
Aspect ratios
16:9 · 1:1
Recommended duration
150 frames · 5s
Minimum duration
75 frames · 2.5s
Entrance
60 frames
Exit
0 frames
Reduced motion
edges and nodes appear without drawing
Requires
sans font, mono font
Content limits
nodes ≤ 6, labelLength ≤ 24

Props

PropTypeDefaultRequired
nodesGraphNode[]Yes
edgesPairs of node indexes, drawn in order.Array<[number, number]>Yes
headlinestring