QR Code

Example QR Code module used to link to a photo booth

Overview

A QR code module allows for a generated QR code based on a URL. This QR code can be used for a number of uses, such as links to a website, payment links, download links, etc.

Properties

Size (required) String, default 75 Sets the size of the QR code module (in px).

URL (required) String, url Specifies the URL that the QR code is generated from. Example: www.example-target.com

Nodes

Listeners

QRCode:setUrl Set URL listener event to set the QR Code url

Parameters

url - The updated url that should be used for the QR code.

QRCode:animationState Animation state event

Parameters

stateName - The animation state name that is used to select the class name based animation

Last updated

Was this helpful?