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