Why manually load the source files? #802
Unanswered
charlieforward9
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im a super super beginner with FFMPEG and WASM, so pardon the ignorance.
I am curious WHY this code needs to be included in the dependant project instead of run automatically within the package (ex.
ffmpeg.load()
OR just have it preloaded when callingimport ...
) with all the details abstracted away?I am building a project that will become increasingly dependent on multimedia manipulation in the browser, so I would like to deepen understand of this project. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions