import { ExcalidrawElement } from "../element/types"; export const createScene = () => { const elements: readonly ExcalidrawElement[] = []; return { elements }; };