javascript-qr-code-generator
Reactive icon

Javascript QR Code Generator

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 25 April 2024
 by 
5.0
 (1 rating)
javascript-qr-code-generator

Javascript QR Code Generator

Documentation
1.0.1

The component exposes a public block, that can be used on both Reactive and Mobile applications.

It accepts the following input parameters:

  • Value - text value to encode on the generated QR Code
  • Size - QR Code size in pixels (defaults to 150 pixels)
  • BackgroundColor - The background color to apply to the generated QR Code (defaults to #ffffff)
  • ForegroundColor - The foreground color to apply to the generated QR Code (defaults to #000000)


Component now has an optional event that returns the QR Code image data URL.


1.0.0

The component exposes a public block, that can be used on both Reactive and Mobile applications.

It accepts the following input parameters:

  • Value - text value to encode on the generated QR Code
  • Size - QR Code size in pixels (defaults to 150 pixels)
  • BackgroundColor - The background color to apply to the generated QR Code (defaults to #ffffff)
  • ForegroundColor - The foreground color to apply to the generated QR Code (defaults to #000000)