mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
Restores the 208 catalog items reverted after their previews 404'd in production, this time on the payload mechanism rather than the .html files that caused the outage. The generator no longer writes a preview document to docs/public. That writer, and the machinery under it, existed only to produce files the docs host discards, so it is gone rather than bypassed. Items now embed the composition itself via a payload, which is what the previous change already does for the items that were already in the catalog. The variables explorer is parked, not restored: it drove its preview through the same unpublished .html path, so it would have shown an empty frame. Items that declare variables get the live player plus the static variables table, and reconnecting the explorer to payloads is a follow-up.
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "wordmark-tiles",
|
|
"type": "hyperframes:component",
|
|
"title": "Wordmark Tiles",
|
|
"description": "A wordmark resolves from deterministic color noise into correctly cropped glyph tiles through a spatially modulated GSAP wave.",
|
|
"tags": ["typography", "wordmark", "tiles", "raster", "reveal"],
|
|
"jobs": ["reveal"],
|
|
"family": "typography",
|
|
"profile": "holdable",
|
|
"evidence": "a power-reel production source, tile grid with a traveling, spatially modulated wave",
|
|
"syncPoints": [{ "id": "wave-start", "phase": "in", "offset": 0.2 }],
|
|
"files": [
|
|
{
|
|
"path": "wordmark-tiles.html",
|
|
"target": "compositions/components/wordmark-tiles.html",
|
|
"type": "hyperframes:snippet"
|
|
}
|
|
],
|
|
"variables": [
|
|
{
|
|
"id": "text",
|
|
"type": "string",
|
|
"role": "content",
|
|
"label": "Wordmark",
|
|
"description": "Text resolved by the tile wave.",
|
|
"default": "LAUNCH",
|
|
"maxLength": 12
|
|
},
|
|
{
|
|
"id": "columns",
|
|
"type": "number",
|
|
"role": "layout",
|
|
"label": "Columns",
|
|
"description": "Number of columns in the wordmark tile grid.",
|
|
"default": 12,
|
|
"min": 8,
|
|
"max": 14,
|
|
"step": 1
|
|
},
|
|
{
|
|
"id": "waveStagger",
|
|
"type": "number",
|
|
"role": "motion",
|
|
"label": "Wave stagger",
|
|
"description": "Delay between tile reveals in spatial wave order.",
|
|
"default": 40,
|
|
"min": 15,
|
|
"max": 50,
|
|
"step": 1,
|
|
"unit": "ms"
|
|
}
|
|
]
|
|
}
|