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