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