Files
hyperframes/registry/blocks/vfx-shatter/registry-item.json
T

22 lines
498 B
JSON

{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "vfx-shatter",
"type": "hyperframes:block",
"title": "Shatter",
"description": "VFX composition block",
"stability": "experimental",
"dimensions": {
"width": 1920,
"height": 1080
},
"duration": 12,
"tags": ["html-in-canvas", "webgl"],
"files": [
{
"path": "vfx-shatter.html",
"target": "compositions/vfx-shatter.html",
"type": "hyperframes:composition"
}
]
}