Docs

qrcode

Generates a QR code bitmap for the given text.

Syntax

qrcode(text, scale?, typeNumber?, errorCorrectionLevel?)

Parameters

Return value

A Bitmap object containing the generated QR code as a grayscale image.

Examples

qrcode("https://calcish.com", 8, 6, 'M')


Notes