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