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:
@@ -77,7 +77,11 @@ export class SceneExporter extends EventEmitter<SceneExporterEvents> {
|
||||
this.isCancelled = true;
|
||||
}
|
||||
|
||||
async export({ rootNode }: { rootNode: RootNode }): Promise<ArrayBuffer | null> {
|
||||
async export({
|
||||
rootNode,
|
||||
}: {
|
||||
rootNode: RootNode;
|
||||
}): Promise<ArrayBuffer | null> {
|
||||
const { fps } = this.renderer;
|
||||
const frameCount = Math.ceil(rootNode.duration * fps);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user