CDN Resources for chance
Various ways to access chance via Content Delivery Networks
Package Installation
npm
npm install chanceyarn
yarn add chancepnpm
pnpm add chanceCDN 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>CDN Provider Resources
Learn more about the CDN services used to deliver these packages