javascript-qr-code-generator
Reactive icon

Javascript QR Code Generator

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

Javascript QR Code Generator

Details
Pure JavaScript QR Code Generator – QRious
Read more

A simple Javascript QR Code generator based on QRious Javascript library, version v4.0.2

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)


The Demo of the Component allows you to play with the options and see a live demo/preview.

Release notes (1.0.1)

Added an optional event that returns the QR Code image data URL.

License (1.0.1)

QRious

Copyright (C) 2017 Alasdair Mercer

Copyright (C) 2010 Tom Zerucha


This program is free software: you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation, either version 3 of the License, or

(at your option) any later version.


This program is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for more details.


You should have received a copy of the GNU General Public License

along with this program. If not, see http://www.gnu.org/licenses/.

Reviews (0)
Team