feat(registry): add yt-circle-pointer — pointer circle + countdown

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jbernard077
2026-07-06 12:50:58 -04:00
co-authored by Claude Fable 5
parent 4e0a7dda88
commit c4425bfb40
4 changed files with 221 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "yt-circle-pointer",
"type": "hyperframes:component",
"title": "Pointer Circle + Countdown",
"description": "Draw-on annotation ellipse around a target plus a countdown chip that pulses each tick",
"tags": [
"annotation",
"countdown",
"overlay"
],
"files": [
{
"path": "yt-circle-pointer.html",
"target": "compositions/components/yt-circle-pointer.html",
"type": "hyperframes:snippet"
}
]
}