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