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