CDN Resources for fsevents
Various ways to access fsevents via Content Delivery Networks
Package Installation
npm
npm install fseventsyarn
yarn add fseventspnpm
pnpm add fseventsCDN 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>CDN Provider Resources
Learn more about the CDN services used to deliver these packages