mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
feat(video): convert motion compositions from Remotion TSX to HyperFrames HTML
This commit is contained in:
@@ -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";
|
||||
Reference in New Issue
Block a user