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