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