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