gridy-avatars
gridy-avatars copied to clipboard
Output is not deterministic
Currently, the output of inner
is not deterministic as it uses a stateful id
internal variable.
Would it be possible to add an optional parameter to use a provided id
instead?
I have implemented a dirty fix in downstream package @dicebear/avatars-gridy-sprites
but it would be cleaner to have it implemented here.
I can submit a PR!