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