CDN Resources for random-uuid-v4

Quick access to CDN links for the random-uuid-v4 package

CDN Resources for random-uuid-v4
Various ways to access random-uuid-v4 via Content Delivery Networks

Package Installation

npm
npm install random-uuid-v4
yarn
yarn add random-uuid-v4
pnpm
pnpm add random-uuid-v4

CDN Links

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