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