@pictalk/levenshtein.js

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

Usage no npm install needed!

<script type="module">
  import pictalkLevenshteinJs from 'https://cdn.skypack.dev/@pictalk/levenshtein.js';
</script>

README

levenshtein.js

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