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

    Interface ColorElementValue

    interface ColorElementValue {
        gradient?: SVGElement;
        value: string;
        opacity: number;
    }
    Index

    Properties

    gradient?: SVGElement
    value: string
    opacity: number