mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
10 lines
401 B
JavaScript
10 lines
401 B
JavaScript
// Default sample props for local preview of the RoboCo v0.25.0 release clip.
|
|||
|
|
// The video-renderer sidecar OVERWRITES this file at render time with the
|
||
|
|
// real per-request values + window.__ORIENTATION__.
|
||
|
|
window.__PROPS__ = {
|
||
|
|
introText: "Governance gets a better UI",
|
||
|
|
toastTitle: "v0.25.0 shipped",
|
||
|
|
toastBody: "I approved once. 25 agents did the rest.",
|
||
|
|
};
|
||
|
|
window.__ORIENTATION__ = "vertical";
|