mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 06:30:03 +00:00
- Fix caption-texture-lava mask URL to use local lava.png instead of /assets/texture-mask-text/masks/ absolute path that 404s on install - Add lava.png to registry-item.json files array so it ships with npx hyperframes add caption-texture-lava - Remove unused mulberry32 function from caption-clip-wipe
22 lines
738 B
JSON
22 lines
738 B
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "caption-texture-lava",
|
|
"type": "hyperframes:component",
|
|
"title": "Texture Lava",
|
|
"description": "Flowing lava texture mask over large uppercase text",
|
|
"tags": ["captions", "caption-style", "texture", "lava", "mask"],
|
|
"files": [
|
|
{
|
|
"path": "caption-texture-lava.html",
|
|
"target": "compositions/components/caption-texture-lava.html",
|
|
"type": "hyperframes:snippet"
|
|
},
|
|
{
|
|
"path": "lava.png",
|
|
"target": "compositions/components/lava.png",
|
|
"type": "hyperframes:asset"
|
|
}
|
|
],
|
|
"preview": "https://static.heygen.ai/hyperframes-oss/registry/components/caption-texture-lava/preview.mp4?v=1779051416"
|
|
}
|