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