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