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
@@ -10,7 +10,14 @@
"height": 1080
},
"duration": 12,
"tags": ["vfx", "liquid", "webgl", "displacement", "background"],
"tags": [
"html-in-canvas",
"vfx",
"liquid",
"webgl",
"displacement",
"background"
],
"files": [
{
"path": "vfx-liquid-background.html",
@@ -18,4 +25,4 @@
"type": "hyperframes:composition"
}
]
}
}