feat(registry): add hw-box-label — hand-drawn box label

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 fae6560766
commit 0ba613e571
5 changed files with 261 additions and 0 deletions
@@ -0,0 +1,24 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "hw-box-label",
"type": "hyperframes:component",
"title": "Hand-Drawn Box Label",
"description": "Wobbled rounded rectangle draws around a region with a handwritten label above or centered",
"tags": [
"handwritten",
"annotation",
"overlay"
],
"files": [
{
"path": "hw-box-label.html",
"target": "compositions/components/hw-box-label.html",
"type": "hyperframes:snippet"
},
{
"path": "assets/fonts/Caveat-700-latin.woff2",
"target": "assets/fonts/Caveat-700-latin.woff2",
"type": "hyperframes:asset"
}
]
}