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