CDN Resources for fluent-ffmpeg
Various ways to access fluent-ffmpeg via Content Delivery Networks
Package Installation
npm
npm install fluent-ffmpegyarn
yarn add fluent-ffmpegpnpm
pnpm add fluent-ffmpegCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/fluent-ffmpeg"></script>Unpkg
<script src="https://unpkg.com/fluent-ffmpeg"></script>jsDelivr ESM
<script type="module">
import fluentffmpeg from 'https://cdn.jsdelivr.net/npm/fluent-ffmpeg/+esm';
</script>Skypack
<script type="module">
import fluentffmpeg from 'https://cdn.skypack.dev/fluent-ffmpeg';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages