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