I would first like to thank you for this wonderful library.
I noticed that if I needed to change the salt or the minHashLength of the class I'll have to make a new object new Hashids('asd',3);,
It would be nice to have the ability to change that on the same object.
I would first like to thank you for this wonderful library.
I noticed that if I needed to change the salt or the minHashLength of the class I'll have to make a new object
new Hashids('asd',3);
, It would be nice to have the ability to change that on the same object.