Files
hyperframes/registry/blocks/liquid-glass-widgets/registry-item.json
T
Miguel Ángel 26eb5956e5 fix(registry): install liquid-glass runtimes (#2451)
* fix(registry): install liquid-glass runtime

* fix(registry): cover liquid-glass sibling runtimes

* test(registry): satisfy manifest audit
2026-07-14 19:09:41 -04:00

36 lines
1.1 KiB
JSON

{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "liquid-glass-widgets",
"type": "hyperframes:block",
"title": "Liquid Glass Widgets",
"description": "Frosted glass stat cards, showcase panel and pill chips over an aurora shader background",
"stability": "experimental",
"dimensions": {
"width": 1920,
"height": 1080
},
"duration": 8,
"tags": ["html-in-canvas", "liquid-glass-html-in-canvas", "webgpu"],
"files": [
{
"path": "liquid-glass-widgets.html",
"target": "compositions/liquid-glass-widgets.html",
"type": "hyperframes:composition"
},
{
"path": "assets/hyperframes-logo-dark.svg",
"target": "compositions/assets/hyperframes-logo-dark.svg",
"type": "registry:asset"
},
{
"path": "lib/liquid-glass.iife.js",
"target": "compositions/lib/liquid-glass.iife.js",
"type": "registry:asset"
}
],
"preview": {
"video": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/liquid-glass-widgets.mp4",
"poster": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/liquid-glass-widgets.png"
}
}