Files
roboco/motion/compositions/release-0.27.0/props.js
T

10 lines
394 B
JavaScript
Raw Normal View History

2026-07-25 03:39:07 +00:00
// Default sample props for local preview of the RoboCo v0.27.0 release clip.
// The video-renderer sidecar OVERWRITES this file at render time with the
// real per-request values + window.__ORIENTATION__.
window.__PROPS__ = {
introText: "Four brains, zero bans",
toastTitle: "v0.27.0 shipped",
toastBody: "I approved once. 25 agents shipped it.",
};
window.__ORIENTATION__ = "vertical";