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
- Rec'd a "phishing" email that apparently...
I received an email attempting to convince me that my password expired - and the link wanted to send me to an appwrite instance: (https://updating-projects-ads....
- HackByte X AppWrite
I am Om an Organiser at Hackbyte, Central India's largest hackathon. We are an MLH acreddited hackathon and this is our 4th iteration. Last year we had around ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...