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