CDN Resources for blessed
Various ways to access blessed via Content Delivery Networks
Package Installation
npm
npm install blessed
yarn
yarn add blessed
pnpm
pnpm add blessed
CDN 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