mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
feat(registry): add hw-path-text — text along a path
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
b77a163845
commit
6624023374
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user