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