Give us feedback
omnusqrcodesvg
Web icon

OmnusQrCodeSvg

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 28 March 2020 by 
5.0
 (1 rating)
omnusqrcodesvg

OmnusQrCodeSvg

Details
QR Code svg generator
Read more


QR Code svg generator

Pure javascript QR Code generator refactor for outsytems. Armed with elegant method for creating SVG nodes.



Options

  • msg - QR Code message, obviously, this is mandatory parameter.
  • dim - is equal to needed dimention (width or height) in pixels, default value is 256.
  • pad - white space padding, default value is 4 blocks, set 0 for no padding.
  • mtx - mask pattern from 0 to 7, default value is -1 and best suitable mask is choosen automatically
  • ecl - error correction level: L, M, H, Q, default value is M.
  • ecb - error correction level boost, default value is 1, set 0 if no boost needed.
  • pal - is array of [color,background-color] strings that represent hex color codes, default value is ['#000'] along with transparent background. Set ['#000','#fff'] to make background opaque.
  • vrb - svg node is optimized to be compact and default value is 0, set this parameter to 1 in case you need more verbose output.
Release notes (1.0.0)
Reviews (0)