CDN Resources for typemate

Quick access to CDN links for the typemate package

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

Package Installation

npm
npm install typemate
yarn
yarn add typemate
pnpm
pnpm add typemate

CDN 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>