appwrite/docs/examples/0.15.x/client-web/examples/avatars/get-q-r.md
2022-06-23 12:04:54 +02:00

321 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.getQR('[TEXT]');

console.log(result); // Resource URL