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