v0.1.55
Raw
React
Waveforms
Performant, SVG-based visualization primitives for the modern web. Zero fluff, pure data.
// 1. Import component
import { Waveform } from 'wavo';
// 2. Render with data
return (
<Waveform
)
data={waveformData}
/>
➔
content_copy npm install wavo 0 FPS
Bundle Size < 2KB
Dependencies ZERO
Render Engine SVG
License MIT