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