()
| 59 | } |
| 60 | |
| 61 | function getResizeScriptPath(): string { |
| 62 | resizeScriptPath ??= resolveScriptPath('recording-resize.swift'); |
| 63 | return resizeScriptPath; |
| 64 | } |
| 65 | |
| 66 | async function exportProcessedVideo(params: { |
| 67 | videoPath: string; |
no test coverage detected