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