Files
hyperframes/registry/blocks/flowchart/registry-item.json
T
James Russo 4685e5cd74 feat(registry): seed blocks — data-chart, flowchart, logo-outro (#259)
Extract three standalone blocks from existing example templates:

- data-chart: Animated bar + line chart with staggered reveal (from nyt-graph)
- flowchart: Decision tree with SVG connectors and cursor interaction (from decision-tree)
- logo-outro: Cinematic logo reveal with tagline and URL pill (from product-promo)

Each block is a complete HTML composition installable via `hyperframes add <name>`.
Blocks render as iframes in host compositions.
2026-04-14 16:16:03 -07:00

21 lines
558 B
JSON

{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "flowchart",
"type": "hyperframes:block",
"title": "Flowchart",
"description": "Animated decision tree with SVG connectors, sticky-note nodes, cursor interaction, and typing correction",
"tags": ["diagram", "flowchart", "interactive"],
"dimensions": {
"width": 1920,
"height": 1080
},
"duration": 12,
"files": [
{
"path": "flowchart.html",
"target": "compositions/flowchart.html",
"type": "hyperframes:composition"
}
]
}