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