Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 272 Bytes

createQR.md

File metadata and controls

11 lines (11 loc) · 272 Bytes

Create QR Code

Notes

Creates a QR for the given text.

Syntax

createQR(text: <#String (Allows Variables)#>, correction: <#Type (WFQRErrorCorrectionLevel)#>)

Example

createQR(text: "https://www.youtube.com/watch?v=dQw4w9WgXcQ", correction: Medium)