mirror of
https://github.com/appwrite/appwrite
synced 2026-05-16 21:48:45 +00:00
252 B
252 B
const sdk = new Appwrite();
sdk .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint .setProject('5df5acd0d48c2') // Your project ID ;
let result = sdk.avatars.getImage('https://example.com');
console.log(result); // Resource URL