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