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