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