mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
13 lines
491 B
JavaScript
13 lines
491 B
JavaScript
// 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"; |