CDN Resources for 0auth

Quick access to CDN links for the 0auth package

CDN Resources for 0auth
Various ways to access 0auth via Content Delivery Networks

Package Installation

npm
npm install 0auth
yarn
yarn add 0auth
pnpm
pnpm add 0auth

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/0auth"></script>
Unpkg
<script src="https://unpkg.com/0auth"></script>
jsDelivr ESM
<script type="module">
  import 0auth from 'https://cdn.jsdelivr.net/npm/0auth/+esm';
</script>
Skypack
<script type="module">
  import 0auth from 'https://cdn.skypack.dev/0auth';
</script>