mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-09 21:34:04 +01:00
fix: tsc
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user