1.1.1 • Published 4 years ago

audio-self-my v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

laputa-renderer

npm.io

习题渲染器(可提交答案)

安装

npm

npm i -d audio-self

使用

import React from 'react'; import Renderer from 'audio-self';

const App: React.SFC<{}> = () => (

API

参数说明类型参数必填
audioURL音频文件String必填
playIcon播放按钮样式自定义String非必填
pauseIcon暂停按钮样式自定义String非必填
mutedIcon禁音按钮样式自定义String非必填
soundedIcon打开音量按钮样式自定义String非必填