CDN Resources for blessed

Quick access to CDN links for the blessed package

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>