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