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