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