boring-avatars-service
boring-avatars-service copied to clipboard
Avatar from service does not match output from React library with identical params
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
Service
Input
https://source.boringavatars.com/marble/40/Maria%20Mitchell?colors=264653,2a9d8f,e9c46a,f4a261,e76f51