Ratio: 1
True Ratio: 1.00
Image Width: undefined
Image Height: undefined
Image ratio: 1.00
Fulfils ratio:
Loading editor...
import { Client, Account } from "appwrite";
const client = new Client()
.setEndpoint('https://cloud.appwrite.io/v1')
.setProject('<PROJECT_ID>');
const account = new Account(client);
const user = await account.create('[USER_ID]',
'email@example.com', 'password');