feat(registry): add hw-frame — sketched frame

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jbernard077
2026-07-06 12:50:59 -04:00
co-authored by Claude Fable 5
parent 6624023374
commit 4467a8d61c
5 changed files with 362 additions and 0 deletions
@@ -0,0 +1,29 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "hw-frame",
"type": "hyperframes:block",
"title": "Sketched Frame",
"description": "Media in a hand-drawn border with corner doodles and a handwritten caption; the unit tilts slightly and boils (images inside the block; keep live footage in the host)",
"tags": [
"handwritten",
"frame",
"media"
],
"dimensions": {
"width": 1920,
"height": 1080
},
"duration": 8,
"files": [
{
"path": "hw-frame.html",
"target": "compositions/hw-frame.html",
"type": "hyperframes:composition"
},
{
"path": "assets/fonts/Caveat-700-latin.woff2",
"target": "assets/fonts/Caveat-700-latin.woff2",
"type": "hyperframes:asset"
}
]
}