CDN Resources for randomstring

Quick access to CDN links for the randomstring package

CDN Resources for randomstring
Various ways to access randomstring via Content Delivery Networks

Package Installation

npm
npm install randomstring
yarn
yarn add randomstring
pnpm
pnpm add randomstring

CDN Links

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