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