CDN Resources for 1000ch

Quick access to CDN links for the 1000ch package

CDN Resources for 1000ch
Various ways to access 1000ch via Content Delivery Networks

Package Installation

npm
npm install 1000ch
yarn
yarn add 1000ch
pnpm
pnpm add 1000ch

CDN Links

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