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