CDN Resources for 10xgen
Various ways to access 10xgen via Content Delivery Networks
Package Installation
npm
npm install 10xgenyarn
yarn add 10xgenpnpm
pnpm add 10xgenCDN 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