<!-- Please fill the following template --> ### Version information * fluent-ffmpeg version: 2.1.3 * ffmpeg version: 0.0.4 * OS: MacOS Montery ### Code to reproduce ```js import * as ffmpeg from "fluent-ffmpeg"; or var ffmpeg = require ('fluent-ffmpeg') ``` (note: if the problem only happens with some inputs, include a link to such an input file) ### Expected results I should be able to import and call the function. ### Observed results ffmpeg is not a function
Version information
Code to reproduce
(note: if the problem only happens with some inputs, include a link to such an input file)
Expected results
I should be able to import and call the function.
Observed results
ffmpeg is not a function