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

Commits on Jul 8, 2024

  1. refactor: bundle @ffmpeg/core instead of CDN

    - 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/
    WofWca committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    045e5dc View commit details
    Browse the repository at this point in the history