mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-10 22:20:14 +00:00
22 lines
502 B
JSON
22 lines
502 B
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "vfx-magnetic",
|
|
"type": "hyperframes:block",
|
|
"title": "Magnetic",
|
|
"description": "VFX composition block",
|
|
"stability": "experimental",
|
|
"dimensions": {
|
|
"width": 1920,
|
|
"height": 1080
|
|
},
|
|
"duration": 15,
|
|
"tags": ["html-in-canvas", "webgl"],
|
|
"files": [
|
|
{
|
|
"path": "vfx-magnetic.html",
|
|
"target": "compositions/vfx-magnetic.html",
|
|
"type": "hyperframes:composition"
|
|
}
|
|
]
|
|
}
|