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

refactor: bundle @ffmpeg/core instead of CDN #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WofWca
Copy link
Contributor

@WofWca WofWca commented Jul 8, 2024

  • improves security in case the CDN goes malicious,
  • reliability against the CDN going down or being unavailable
  • allows to use the app with no / limited internet access, such as the context of browser extensions

There might be a more direct, "Vite-way" to do this, but this works: https://wofwca.github.io/video-to-gif/

- improves security in case the CDN goes malicious,
- reliability against the CDN going down or being unavailable
- allows to use the app with no / limited internet access,
    such as the context of browser extensions

`toBlobURL` is no longer required. As the docs say,
they're there to hack around CORS issues.
https://ffmpegwasm.netlify.app/docs/getting-started/usage/
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.

1 participant