Interface PlaceShortUrlPngQrOptions

Options for generating a PNG QR code for a short URL

interface PlaceShortUrlPngQrOptions {
    size?: number;
}

Properties

Properties

size?: number

Size of the QR code in pixels (between 72px and 512px)