CDN Resources for resolve-from

Quick access to CDN links for the resolve-from package

CDN Resources for resolve-from
Various ways to access resolve-from via Content Delivery Networks

Package Installation

npm
npm install resolve-from
yarn
yarn add resolve-from
pnpm
pnpm add resolve-from

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/resolve-from"></script>
Unpkg
<script src="https://unpkg.com/resolve-from"></script>
jsDelivr ESM
<script type="module">
  import resolvefrom from 'https://cdn.jsdelivr.net/npm/resolve-from/+esm';
</script>
Skypack
<script type="module">
  import resolvefrom from 'https://cdn.skypack.dev/resolve-from';
</script>