mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-07 10:06:21 +00:00
22 lines
695 B
JSON
22 lines
695 B
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "vfx-text-cursor",
|
|
"type": "hyperframes:block",
|
|
"title": "VFX Text Cursor",
|
|
"description": "Dramatic text reveal with cursor glow, chromatic shadow rays, and directional lighting on a black stage. Canvas-based shader post-processing with spectral color edges.",
|
|
"stability": "experimental",
|
|
"dimensions": {
|
|
"width": 1920,
|
|
"height": 1080
|
|
},
|
|
"duration": 8,
|
|
"tags": ["html-in-canvas", "text", "shader", "cursor", "chromatic"],
|
|
"files": [
|
|
{
|
|
"path": "vfx-text-cursor.html",
|
|
"target": "compositions/vfx-text-cursor.html",
|
|
"type": "hyperframes:composition"
|
|
}
|
|
]
|
|
}
|