mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-04 07:19:52 +00:00
New block: spain-map — animated Spain choropleth by autonomous community using D3 conic conformal projection with GDP per capita data and red-to-amber color scale. Also switches all map MDX preview URLs from S3 to local paths so they render in mintlify dev without needing S3 upload first.
18 lines
592 B
JSON
18 lines
592 B
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "spain-map",
|
|
"type": "hyperframes:block",
|
|
"title": "Spain Map",
|
|
"description": "Animated Spain choropleth by autonomous community with staggered reveals and gradient legend — D3 conic conformal projection",
|
|
"tags": ["data", "map", "geography", "spain", "europe", "choropleth"],
|
|
"dimensions": { "width": 1920, "height": 1080 },
|
|
"duration": 12,
|
|
"files": [
|
|
{
|
|
"path": "spain-map.html",
|
|
"target": "compositions/spain-map.html",
|
|
"type": "hyperframes:composition"
|
|
}
|
|
]
|
|
}
|