mirror of
https://github.com/appwrite/appwrite
synced 2026-05-01 10:27:45 +00:00
234 B
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