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