ffmpeg.js icon indicating copy to clipboard operation
ffmpeg.js copied to clipboard

Why does ffmpeg.js import fs?

Open Veldrovive opened this issue 3 years ago • 1 comments

This is more of a nuisance, but all of the built versions of this library include require("fs") which causes webpack to error. Is there a reason that this library should be dealing directly with a node-only import?

Veldrovive avatar Nov 05 '21 01:11 Veldrovive

Did you end up making this work client-side?

wiledal avatar Aug 01 '22 16:08 wiledal