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