levenstein.js

Efficient implementation of Levenshtein algorithm with locale-specific collator support.

Usage no npm install needed!

<script type="module">
  import levensteinJs from 'https://cdn.skypack.dev/levenstein.js';
</script>

README

levenshtein.js

Credits to @hiddentao for this implementation of Levenshtein in JS.