Polkadot Apps
    Preparing search index...

    Options for QR code rendering.

    interface QrRenderOptions {
        errorCorrectionLevel?: "L" | "M" | "Q" | "H";
        margin?: number;
    }
    Index

    Properties

    errorCorrectionLevel?: "L" | "M" | "Q" | "H"

    Error correction level. Default: "M".

    margin?: number

    Quiet zone size in modules. Default: 2.