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