CDN Resources for color-string

Quick access to CDN links for the color-string package

CDN Resources for color-string
Various ways to access color-string via Content Delivery Networks

Package Installation

npm
npm install color-string
yarn
yarn add color-string
pnpm
pnpm add color-string

CDN Links

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