pub fn editor_preview_frame(
frame: u64,
state: State<'_, EditorPreviewState>,
) -> ResponseExpand description
Composed BGRA bytes for the editor preview at project frame (AUT-510),
as a raw [tauri::ipc::Response] (an ArrayBuffer in JS — no JSON). Empty
when no clip is open or the frame is past the end.