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