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