Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@0.0.2/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

text

optional
size: number = [UNSUPPORTED]

size

optional
margin: number = [UNSUPPORTED]

margin

optional
download: number = [UNSUPPORTED]

download

Returns

Promise<string>

Promise