mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-12 15:20:13 +00:00
hyperframes add now auto-detects whether the argument is a single block name or a tag. No --tag flag needed: hyperframes add html-in-canvas # installs all 7 html-in-canvas blocks hyperframes add captions # installs all 5 caption blocks hyperframes add vfx-shatter # installs one block When the name doesn't match a registry item, the CLI falls back to tag-based resolution and bulk-installs all matching blocks. Also fixes tag assignments: - VFX blocks tagged "html-in-canvas" (not "vfx") - Caption blocks tagged "captions" only (no html-in-canvas)
24 lines
529 B
JSON
24 lines
529 B
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "vfx-liquid-glass",
|
|
"type": "hyperframes:block",
|
|
"title": "Liquid Glass",
|
|
"description": "VFX composition block",
|
|
"stability": "experimental",
|
|
"dimensions": {
|
|
"width": 1920,
|
|
"height": 1080
|
|
},
|
|
"duration": 20,
|
|
"tags": [
|
|
"html-in-canvas",
|
|
"webgl"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "vfx-liquid-glass.html",
|
|
"target": "compositions/vfx-liquid-glass.html",
|
|
"type": "hyperframes:composition"
|
|
}
|
|
]
|
|
} |