CDN Resources for cspell-dictionary

Quick access to CDN links for the cspell-dictionary package

CDN Resources for cspell-dictionary
Various ways to access cspell-dictionary via Content Delivery Networks

Package Installation

npm
npm install cspell-dictionary
yarn
yarn add cspell-dictionary
pnpm
pnpm add cspell-dictionary

CDN Links

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