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