CDN Resources for chance

Quick access to CDN links for the chance package

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

Package Installation

npm
npm install chance
yarn
yarn add chance
pnpm
pnpm add chance

CDN Links

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