@liquid-js/qr-code-styling
    Preparing search index...

    Interface BorderPluginOptions

    interface BorderPluginOptions {
        round?: number;
        size: number;
        color: string;
        dasharray?: string;
        margin?: number;
        text?: TextConfig & {
            top?: TextConfig & { content: string };
            bottom?: TextConfig & { content: string };
            left?: TextConfig & { content: string };
            right?: TextConfig & { content: string };
        };
    }
    Index

    Properties

    round?: number

    Border roundnes, from 0 (square) to 1 (circle)

    size: number
    color: string
    dasharray?: string
    margin?: number
    text?: TextConfig & {
        top?: TextConfig & { content: string };
        bottom?: TextConfig & { content: string };
        left?: TextConfig & { content: string };
        right?: TextConfig & { content: string };
    }