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