nanoid icon indicating copy to clipboard operation
nanoid copied to clipboard

Make it possible to convert external inputs to nanoids

Open rushmorem opened this issue 2 years ago • 0 comments

This PR converts format's argument from a function pointer to a closure. This makes it more flexible as closures can capture their environment, making it possible to convert things like UUIDs to Nano IDs.

rushmorem avatar Sep 02 '22 11:09 rushmorem