CDN Resources for change-case

Quick access to CDN links for the change-case package

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>