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