CDN Resources for leven
Various ways to access leven via Content Delivery Networks
Package Installation
npm
npm install levenyarn
yarn add levenpnpm
pnpm add levenCDN 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>CDN Provider Resources
Learn more about the CDN services used to deliver these packages