export type SceneState = { scrollX: number; scrollY: number; // null indicates transparent bg viewBackgroundColor: string | null; };