boring-avatars-service icon indicating copy to clipboard operation
boring-avatars-service copied to clipboard

Avatar from service does not match output from React library with identical params

Open agramian opened this issue 3 years ago • 0 comments

The avatars generated from the react library and the service using identical arguments do not match.

Example to reproduce

React library

Input
import Avatar from "boring-avatars";

<Avatar
  size={40}
  name="Maria Mitchell"
  variant="marble"
  colors={["#264653", "#2a9d8f", "#e9c46a", "#f4a261", "#e76f51"]}
/>;
Output

Maria Mitchell-react

Service

Input

https://source.boringavatars.com/marble/40/Maria%20Mitchell?colors=264653,2a9d8f,e9c46a,f4a261,e76f51

Output

Maria Mitchell-service

agramian avatar Jun 06 '22 21:06 agramian