Make file info output more similar to ffprobe

This commit is contained in:
Tomás Fox
2022-03-17 17:48:33 -03:00
parent e447a242c7
commit 193d2e7b9e
14 changed files with 270 additions and 142 deletions

View File

@@ -1,6 +1,6 @@
import { FFprobe } from "./ffprobe-wasm-shared";
import { FFprobe } from "./ffprobe-wasm-shared.mjs";
export * from "./ffprobe-wasm-shared";
export * from "./ffprobe-wasm-shared.mjs";
declare const ffprobe: FFprobe;