feat(video): convert motion compositions from Remotion TSX to HyperFrames HTML

This commit is contained in:
Renn F
2026-07-06 02:03:28 +02:00
parent 4ba5cb0eb5
commit 3e55716eea
17 changed files with 2131 additions and 2043 deletions
@@ -0,0 +1,13 @@
// Default sample props for local preview (npx hyperframes preview). The
// video-renderer sidecar OVERWRITES this file at render time with the real
// per-release values + window.__ORIENTATION__.
window.__PROPS__ = {
script: "Ship day. Faster renders, sharper docs, one less thing to babysit.",
version: "0.19.0",
highlights: [
"Fable-mode adopted fleet-wide",
"FE/UX-UI design bar shipped",
"Feature spotlight goes live on X",
],
};
window.__ORIENTATION__ = "vertical";