This commit is contained in:
Ibrahima G. Coulibaly
2025-03-31 01:44:23 +00:00
parent 520a769c74
commit 460a161476

View File

@@ -25,7 +25,7 @@ export default function ChangeSpeed({ title }: ToolComponentProps) {
const processImage = async (
file: File,
newSpeed: number
): Promise<File> => {
): Promise<void> => {
if (!ffmpeg) {
ffmpeg = new FFmpeg();
}