Files
hyperframes/registry/components/caption-texture/registry-item.json
T
Miguel Ángel 09af2f9cc1 feat(registry): rename caption-texture-lava to caption-texture with multi-texture support
Rename component to caption-texture and bundle 6 popular textures
(lava, marble, metal, wood, concrete, rock). The texture is configurable
via the texture composition variable (default: lava).

Usage: hyperframes render --variables '{"texture":"marble-012"}'

Tested: lava, marble-012, metal-046-b all render correctly with
distinct visual patterns.
2026-05-18 12:40:48 -04:00

47 lines
1.5 KiB
JSON

{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "caption-texture",
"type": "hyperframes:component",
"title": "Texture",
"description": "Flowing texture mask over large uppercase text — ships with 6 textures (lava, marble, metal, wood, concrete, rock), configurable via the texture variable",
"tags": ["captions", "caption-style", "texture", "mask"],
"files": [
{
"path": "caption-texture.html",
"target": "compositions/components/caption-texture.html",
"type": "hyperframes:snippet"
},
{
"path": "lava.png",
"target": "compositions/components/lava.png",
"type": "hyperframes:asset"
},
{
"path": "marble-012.png",
"target": "compositions/components/marble-012.png",
"type": "hyperframes:asset"
},
{
"path": "metal-046-b.png",
"target": "compositions/components/metal-046-b.png",
"type": "hyperframes:asset"
},
{
"path": "wood-066.png",
"target": "compositions/components/wood-066.png",
"type": "hyperframes:asset"
},
{
"path": "concrete-042-a.png",
"target": "compositions/components/concrete-042-a.png",
"type": "hyperframes:asset"
},
{
"path": "rock-058.png",
"target": "compositions/components/rock-058.png",
"type": "hyperframes:asset"
}
],
"preview": "https://static.heygen.ai/hyperframes-oss/registry/components/caption-texture-lava/preview.mp4?v=1779051416"
}