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