Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 544 Bytes

README-zh.md

File metadata and controls

30 lines (19 loc) · 544 Bytes

English | 中文简体

简介

一个 React Audio 组件(可拖拽),支持波状和柱状显示

柱状

image

波形

image

安装

$ npm install wave-audio

使用

import WaveAudio from 'wave-audio';
...
<WaveAudio src="demo.mp3" />
...

协议

wave-audio is MIT Licensed.