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