CDN Resources for coffee-script
Various ways to access coffee-script via Content Delivery Networks
Package Installation
npm
npm install coffee-script
yarn
yarn add coffee-script
pnpm
pnpm add coffee-script
CDN 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