CDN Resources for tinycolor2
Various ways to access tinycolor2 via Content Delivery Networks
Package Installation
npm
npm install tinycolor2
yarn
yarn add tinycolor2
pnpm
pnpm add tinycolor2
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/tinycolor2"></script>
Unpkg
<script src="https://unpkg.com/tinycolor2"></script>
jsDelivr ESM
<script type="module">
import tinycolor2 from 'https://cdn.jsdelivr.net/npm/tinycolor2/+esm';
</script>
Skypack
<script type="module">
import tinycolor2 from 'https://cdn.skypack.dev/tinycolor2';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages