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