letter-avatar
letter-avatar copied to clipboard
Too many private API methods
Hi, I ran into an issue that was a bit of a pain for me
I have an AvatarService
class which can be handed a "default avatar", I've extended it so that the default avatar accepts a LetterAvatar
instance. The issue is, both the AvatarService and the LetterAvatar require a size to be specified. I can't adjust the size of a LetterAvatar instance once it's been constructed and I'm not a fan of modifying vendor packages.
See pull request #23
I second this, as when used as a service, we can generate multiple avatar from single object