UNPKG

webamp

Version:

Winamp 2 implemented in HTML5 and JavaScript

8 lines (7 loc) 220 B
interface Props { analyser: AnalyserNode; height: number; width: number; } declare function Visualizer({ analyser, width, height }: Props): import("react/jsx-runtime").JSX.Element; export default Visualizer;