feat(registry): add yt-screen-warp — on-screen display effect

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 ba774de05c
commit 1ead7a768a
4 changed files with 179 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "yt-screen-warp",
"type": "hyperframes:component",
"title": "On-Screen Display Effect",
"description": "Grid, scanline, vignette, and sheen overlay plus a 3D-warp wrapper class that makes footage read as if playing on a physical display",
"tags": [
"effect",
"overlay",
"texture"
],
"files": [
{
"path": "yt-screen-warp.html",
"target": "compositions/components/yt-screen-warp.html",
"type": "hyperframes:snippet"
}
]
}