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