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