CDN Resources for app-root-path

Quick access to CDN links for the app-root-path package

CDN Resources for app-root-path
Various ways to access app-root-path via Content Delivery Networks

Package Installation

npm
npm install app-root-path
yarn
yarn add app-root-path
pnpm
pnpm add app-root-path

CDN Links

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