CDN Resources for 0s

Quick access to CDN links for the 0s package

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

Package Installation

npm
npm install 0s
yarn
yarn add 0s
pnpm
pnpm add 0s

CDN Links

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