Interface MiniAudioOptions

interface MiniAudioOptions {
    visible?: boolean;
    customStyle?: CSSProperties;
    name: string;
    showWaveform?: boolean;
    overlayPosition?: string;
    barColor?: string;
    textColor?: string;
    nameTextStyling?: CSSProperties;
    imageSource: string;
    roundedImage?: boolean;
    imageStyle?: CSSProperties;
}

Properties

visible?: boolean
customStyle?: CSSProperties
name: string
showWaveform?: boolean
overlayPosition?: string
barColor?: string
textColor?: string
nameTextStyling?: CSSProperties
imageSource: string
roundedImage?: boolean
imageStyle?: CSSProperties