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