Skip to main content
Module

x/appwrite/mod.ts>Avatars#getQR

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Avatars.prototype.getQR
Re-export
import { Avatars } from "https://deno.land/x/appwrite@10.0.0/mod.ts";

Get QR code

Converts a given plain text to a QR code image. You can use the query parameters to change the size and style of the resulting image.

Parameters

text: string
optional
size: number
optional
margin: number
optional
download: boolean

Returns

Promise<ArrayBuffer>