Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg: allow import in nodejs #577

Merged
merged 2 commits into from
Oct 9, 2023
Merged

ffmpeg: allow import in nodejs #577

merged 2 commits into from
Oct 9, 2023

Conversation

Elia872
Copy link
Contributor

@Elia872 Elia872 commented Sep 8, 2023

Importing @ffmpeg/ffmpeg in nodejs results in SyntaxError: Unexpected token 'export'. This can lead to problems in a SSR application.

This just exports an empty file and any use of a function/class will result in an error.

@netlify
Copy link

netlify bot commented Sep 8, 2023

Deploy Preview for ffmpegwasm canceled.

Name Link
🔨 Latest commit 5d7860f
🔍 Latest deploy log https://app.netlify.com/sites/ffmpegwasm/deploys/64fb26a3de863200084c4ff5

@jeromewu
Copy link
Collaborator

jeromewu commented Oct 9, 2023

LGTM, thanks!

@jeromewu jeromewu merged commit 26f0e48 into ffmpegwasm:main Oct 9, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants