Mayson Monorepo Documentation
    Preparing search index...
    interface QrCode {
        data: string;
        image_url_png: string;
        image_url_svg: string;
    }
    Index

    Properties

    data: string

    The raw data string used to generate QR code, it should be used together with QR code library.

    image_url_png: string

    The image_url_png string used to render QR code

    image_url_svg: string

    The image_url_svg string used to render QR code