Files
2022-06-23 12:04:54 +02:00

337 B

import { Client, Avatars } from "appwrite";

const client = new Client();

const avatars = new Avatars(client);

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

const result = avatars.getImage('https://example.com');

console.log(result); // Resource URL