1
0
Fork 0
mirror of synced 2024-10-05 04:34:58 +13:00
appwrite/docs/examples/0.14.x/console-web/examples/avatars/get-initials.md
2022-05-12 21:35:35 +02:00

234 B

const sdk = new Appwrite();

sdk .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint .setProject('5df5acd0d48c2') // Your project ID ;

let result = sdk.avatars.getInitials();

console.log(result); // Resource URL