mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
refactor: reduce code duplication
This commit is contained in:
@@ -11,7 +11,7 @@ import { CanvasSize, CanvasMode } from "@/types/editor";
|
||||
export const DEFAULT_CANVAS_SIZE: CanvasSize = { width: 1920, height: 1080 };
|
||||
export const DEFAULT_FPS = 30;
|
||||
|
||||
function createMainScene(): Scene {
|
||||
export function createMainScene(): Scene {
|
||||
return {
|
||||
id: generateUUID(),
|
||||
name: "Main Scene",
|
||||
|
||||
Reference in New Issue
Block a user