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