mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-04 16:42:27 +00:00
19 lines
591 B
JSON
19 lines
591 B
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "animated-bar-chart",
|
|
"type": "hyperframes:component",
|
|
"title": "Animated Bar Chart",
|
|
"description": "A compact data card with deterministic bar growth and value callouts.",
|
|
"tags": ["data"],
|
|
"files": [
|
|
{
|
|
"path": "animated-bar-chart.html",
|
|
"target": "compositions/components/animated-bar-chart.html",
|
|
"type": "hyperframes:snippet"
|
|
}
|
|
],
|
|
"preview": {
|
|
"poster": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/animated-bar-chart.png"
|
|
}
|
|
}
|