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