This commit is contained in:
2023-07-14 14:46:10 +00:00
parent fef1e4f3c6
commit 0c6c49a041
32 changed files with 66 additions and 63 deletions

View File

@@ -1,4 +1,4 @@
import { ThumbnailConfig } from "./base.ts";
import type { ThumbnailConfig } from "./base.ts";
export async function check_ffmpeg_binary(p: string) {
const cmd = new Deno.Command(p, {