sqids / sqids-javascript

Official JavaScript port of Sqids. Generate short unique IDs from numbers.
https://sqids.org/javascript
MIT License
679 stars 14 forks source link

Where is encodeHex()? #11

Closed vanodevium closed 1 year ago

vanodevium commented 1 year ago

It would be nice to have encode/decode HEX values.

4kimov commented 1 year ago

That's not planned for Sqids, since it's sticking only to the basics - encoding/decoding unsigned integers.