mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
22 lines
498 B
JSON
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"
|
|
}
|
|
]
|
|
}
|