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