I am using this function and on logging the value i am getting something like {"_h": 0, "_i": 0, "_j": null, "_k": null}
here is the code i used
return avatars.getInitials({
name,
width: 160,
height: 160,
background: "000000",
});
}```
Use this {endpoint}/avatars/initials
you can use these query params name width height background project
Thank you it worked
[SOLVED] What does avatars.getInitials returns?
Recommended threads
- Auth working for emulator but not for ph...
hey guys i'm using appwrite for expo react native it is working perfectly for emulator but does not working for physical devices can u explain any one and it is...
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- Database column name change makes table ...
Hi, new here! I'm currently building an app where there's a table called "track_sessions" whose column "creator" I wanted to change to "creatorID". However, af...