Protected InternalExecutes QR code generation or reading operation
The action parameters containing:
QR code generation/reading results
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Private addPrivate generateQRCodeGenerates a QR code from text data
Private generateQRMatrixPrivate generateQRSVGPrivate readQRCodeReads a QR code from base64 image data
Private simplePrivate svg
Action that generates and reads QR codes Supports generating QR codes from text/URLs and reading QR codes from base64 images
Example