Skip to main content
Module

x/qrcode/mod.ts>qrcode

📇 Generate QR code images in Deno
Latest
function qrcode
import { qrcode } from "https://deno.land/x/qrcode@v2.0.0/mod.ts";

Parameters

text: string
optional
options: Options

Returns

Promise<QRCode>