CDN Resources for fsevents

Quick access to CDN links for the fsevents package

CDN Resources for fsevents
Various ways to access fsevents via Content Delivery Networks

Package Installation

npm
npm install fsevents
yarn
yarn add fsevents
pnpm
pnpm add fsevents

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/fsevents"></script>
Unpkg
<script src="https://unpkg.com/fsevents"></script>
jsDelivr ESM
<script type="module">
  import fsevents from 'https://cdn.jsdelivr.net/npm/fsevents/+esm';
</script>
Skypack
<script type="module">
  import fsevents from 'https://cdn.skypack.dev/fsevents';
</script>