QR Generator

Hello. I present to you a QR code generator with many settings. At this moment, you are taken to the designer page to receive the necessary parameters and demonstrate how the plugin works. The generator has the following parameters:

ParamDescription
textEncoded information (max value = 100)
radiusRadius point in QR
ecLevelError correction level
fillColor QR code
backgroundBackground color QR (tranparent include)
sizeSize QR code. Warning! The size can be made so large that even the page layout will float
ParametersOutput parameters in JSON format. Set these parameters in the web component to apply the template.
DownloadYou can download the qr code in PNG format

Customize component from CSS

Below are the classes\ids for changing the appearance of the constructor, if this is necessary for you. To change the style, create an empty html block and write a new style in the <style></style> tags

class\idDescription
#mkd-qr-h1Header H1 text
.main_containerThe main container in which the components are located.
.wrapper-mainAdditional container for correct placement of components and header
#qr-codeWhite container inside which a QR code is generated
#toolsContainer containing settings for generating a QR code
#parameters The block inside which contains the generated QR code parameters in JSON format
#statsQR code render speed statistics
#downloadLinkGButton to download the generated QR code