CDN Resources for change-case
Various ways to access change-case via Content Delivery Networks
Package Installation
npm
npm install change-case
yarn
yarn add change-case
pnpm
pnpm add change-case
CDN 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