CDN Resources for %40phosphor

Quick access to CDN links for the %40phosphor package

CDN Resources for %40phosphor
Various ways to access %40phosphor via Content Delivery Networks

Package Installation

npm
npm install %40phosphor
yarn
yarn add %40phosphor
pnpm
pnpm add %40phosphor

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/%40phosphor"></script>
Unpkg
<script src="https://unpkg.com/%40phosphor"></script>
jsDelivr ESM
<script type="module">
  import %40phosphor from 'https://cdn.jsdelivr.net/npm/%40phosphor/+esm';
</script>
Skypack
<script type="module">
  import %40phosphor from 'https://cdn.skypack.dev/%40phosphor';
</script>