generate-avatar
generate-avatar copied to clipboard
Make size adjustable
Current situation
Currently the avatars have a fixed size of 300 x 300, which is not editable, neither on the example page nor directly via the function
Desirable behavior
Even though it's svg and somehow easy to scale, it would be nice to have this size flexible.
Idea for implementation
Maybe an optional parameter for the function 'generateFromString'.
generateFromString("[email protected]", 450)