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