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