mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
feat(registry): add html-in-canvas tag to all VFX and caption blocks
All 12 blocks now share the 'html-in-canvas' tag, enabling: hyperframes add --tag html-in-canvas This installs all VFX + caption blocks in one command.
This commit is contained in:
@@ -5,10 +5,21 @@
|
||||
"title": "Shatter",
|
||||
"description": "VFX composition block",
|
||||
"stability": "experimental",
|
||||
"dimensions": { "width": 1920, "height": 1080 },
|
||||
"dimensions": {
|
||||
"width": 1920,
|
||||
"height": 1080
|
||||
},
|
||||
"duration": 12,
|
||||
"tags": ["vfx", "html-in-canvas", "webgl"],
|
||||
"tags": [
|
||||
"vfx",
|
||||
"html-in-canvas",
|
||||
"webgl"
|
||||
],
|
||||
"files": [
|
||||
{ "path": "vfx-shatter.html", "target": "compositions/vfx-shatter.html", "type": "hyperframes:composition" }
|
||||
{
|
||||
"path": "vfx-shatter.html",
|
||||
"target": "compositions/vfx-shatter.html",
|
||||
"type": "hyperframes:composition"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user