UNPKG

@exezt-/webamp-custom

Version:

Winamp 2 implemented in HTML5 and JavaScript

6 lines (5 loc) 155 B
type Props = { analyser: AnalyserNode; }; export default function Vis({ analyser }: Props): import("react/jsx-runtime").JSX.Element | null; export {};