mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
fix: tsc
This commit is contained in:
@@ -25,7 +25,7 @@ export default function ChangeSpeed({ title }: ToolComponentProps) {
|
|||||||
const processImage = async (
|
const processImage = async (
|
||||||
file: File,
|
file: File,
|
||||||
newSpeed: number
|
newSpeed: number
|
||||||
): Promise<File> => {
|
): Promise<void> => {
|
||||||
if (!ffmpeg) {
|
if (!ffmpeg) {
|
||||||
ffmpeg = new FFmpeg();
|
ffmpeg = new FFmpeg();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user