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