mediaquad-sound-component
Version:
This component is built on the [wavesurfer](https://wavesurfer.xyz) library.
37 lines • 854 B
TypeScript
export declare class playlistItem {
url: string;
cover: string;
title: string;
description: string;
artist: string;
}
export declare class colors {
buttonColor: string;
buttonHoverColor: string;
waveColor: string;
progressColor: string;
cursorColor: string;
backgroundColor: string;
textColor: string;
}
export declare class playerButtons {
playBtn: boolean;
nextChapterBtn: boolean;
prevChapterBtn: boolean;
timer: boolean;
}
export declare class options {
showCover: boolean;
showTitle: boolean;
showDescription: boolean;
defaultVolume: number;
autoPlaylist: boolean;
dragToSeek: boolean;
sampleRate: number;
height: number;
cursorWidth: number;
barWidth: number;
barGap: number;
barRadius: number;
}
//# sourceMappingURL=interface.d.ts.map