Kagami / ffmpeg.js

Port of FFmpeg with Emscripten
Other
3.29k stars 335 forks source link

Why does ffmpeg.js import fs? #169

Open Veldrovive opened 2 years ago

Veldrovive commented 2 years ago

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?

wiledal commented 2 years ago

Did you end up making this work client-side?