CDN Resources for 001senge

Quick access to CDN links for the 001senge package

CDN Resources for 001senge
Various ways to access 001senge via Content Delivery Networks

Package Installation

npm
npm install 001senge
yarn
yarn add 001senge
pnpm
pnpm add 001senge

CDN Links

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