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