Damerau-Levenshtein in the browser or: How I almost lost my mind!
Call me lazy, but when I’m prototyping something. I want to just be able to <script src=" a library quickly. I don’t want to npm, webpack or any such nonsense, if I’m just quickly winging it. Now most of the time it’s wonderful, I can just find a url from jsdelivr or some other CDN that has been minified and ready to be sourced. But sometimes you can’t. This is one of those times. ...