Javascript QR Code Generator

Javascript QR Code Generator (ODC)

Stable version 1.0.0 (Compatible with ODC)
Uploaded on 29 July 2024 by INETUM
Javascript QR Code Generator

Javascript QR Code Generator (ODC)

Documentation
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)


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