CDN Resources for nice-try
Various ways to access nice-try via Content Delivery Networks
Package Installation
npm
npm install nice-try
yarn
yarn add nice-try
pnpm
pnpm add nice-try
CDN 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