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