CDN Resources for levelup
Various ways to access levelup via Content Delivery Networks
Package Installation
npm
npm install levelupyarn
yarn add leveluppnpm
pnpm add levelupCDN 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