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