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