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:
Miguel Ángel
2026-05-06 00:53:48 -07:00
parent d9d4df4265
commit 3ad51235c8
12 changed files with 169 additions and 48 deletions
+15 -4
View File
@@ -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"
}
]
}
}