mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
21 lines
615 B
JSON
21 lines
615 B
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "flowchart-vertical",
|
|
"type": "hyperframes:block",
|
|
"title": "Flowchart Vertical",
|
|
"description": "Portrait animated decision tree with SVG connectors, sticky-note nodes, cursor interaction, and typing correction",
|
|
"tags": ["diagram", "flowchart", "interactive", "portrait"],
|
|
"dimensions": {
|
|
"width": 1440,
|
|
"height": 2560
|
|
},
|
|
"duration": 12,
|
|
"files": [
|
|
{
|
|
"path": "flowchart-vertical.html",
|
|
"target": "compositions/flowchart-vertical.html",
|
|
"type": "hyperframes:composition"
|
|
}
|
|
]
|
|
}
|