UNPKG

mixmotion-player

Version:

Stream new music with dynamic visuals. A React audio player component with Mixcloud integration and fullscreen visual effects for a rich, immersive listening experience. It offers versatile access to Mixcloud content from playlists to users, genres and sh

4 lines (3 loc) 210 B
export declare function shuffle<T>(array: T[]): T[]; export declare function formatTime(value: number): string | undefined; export declare function capitalizeWords(str: string | undefined): string | undefined;