Files
hyperframes/registry/blocks/spain-map/registry-item.json
T
Miguel Ángel ae1716d4c1 feat(registry): add spain-map block + fix MDX preview paths
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.
2026-05-17 23:25:47 -04:00

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"
}
]
}