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