feat(registry): add hw-path-text — text along a path

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 b77a163845
commit 6624023374
5 changed files with 265 additions and 0 deletions
@@ -0,0 +1,29 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "hw-path-text",
"type": "hyperframes:block",
"title": "Text Along a Path",
"description": "Handwriting flowing along any SVG path with a per-character reveal; the path is the only geometry input",
"tags": [
"handwritten",
"typography",
"path"
],
"dimensions": {
"width": 1920,
"height": 1080
},
"duration": 6,
"files": [
{
"path": "hw-path-text.html",
"target": "compositions/hw-path-text.html",
"type": "hyperframes:composition"
},
{
"path": "assets/fonts/Caveat-700-latin.woff2",
"target": "assets/fonts/Caveat-700-latin.woff2",
"type": "hyperframes:asset"
}
]
}