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