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