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