mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
format files
This commit is contained in:
@@ -1116,7 +1116,11 @@ scene-exporter.ts
|
||||
audioBuffer,
|
||||
}: ExportParams)
|
||||
cancel(): void
|
||||
async export({ rootNode }: { rootNode: RootNode }): Promise<ArrayBuffer | null>
|
||||
async export({
|
||||
rootNode,
|
||||
}: {
|
||||
rootNode: RootNode;
|
||||
}): Promise<ArrayBuffer | null>
|
||||
}
|
||||
|
||||
## apps/web/src/services/storage
|
||||
|
||||
Reference in New Issue
Block a user