CDN Resources for csstype

Quick access to CDN links for the csstype package

CDN Resources for csstype
Various ways to access csstype via Content Delivery Networks

Package Installation

npm
npm install csstype
yarn
yarn add csstype
pnpm
pnpm add csstype

CDN Links

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