base62.js
base62.js copied to clipboard
Fix for Bug #57
Fixes If the input string starts with 0 then that 0 is lost during encoding.
Thanks for investigating this, would you be able to add some regression tests as well?