main page

This commit is contained in:
2025-12-17 17:55:13 +01:00
commit 7fb446c53a
8943 changed files with 1209030 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
import { Client, Avatars } from "appwrite";
const client = new Client();
const avatars = new Avatars(client);
client
.setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
.setProject('5df5acd0d48c2') // Your project ID
;
const result = avatars.getBrowser('aa');
console.log(result); // Resource URL