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