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>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages