CDN Resources for leven

Quick access to CDN links for the leven package

CDN Resources for leven
Various ways to access leven via Content Delivery Networks

Package Installation

npm
npm install leven
yarn
yarn add leven
pnpm
pnpm add leven

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/leven"></script>
Unpkg
<script src="https://unpkg.com/leven"></script>
jsDelivr ESM
<script type="module">
  import leven from 'https://cdn.jsdelivr.net/npm/leven/+esm';
</script>
Skypack
<script type="module">
  import leven from 'https://cdn.skypack.dev/leven';
</script>