1.0.7 • Published 1 year ago

@hekeh/easy-audio-player-vue v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

"Easy Audio Player"

English | 中文

介绍

Easy Audio Player 是一个简单的音频播放器,支持 Vue 3 和 React。

视图

安装

Vue 3

# 使用 npm
npm install @hekeh/easy-audio-player-vue

# 使用 yarn
yarn add @hekeh/easy-audio-player-vue

# 使用 pnpm
pnpm add @hekeh/easy-audio-player-vue

React

# Using npm
npm install @hekeh/easy-audio-player-react

# Using yarn
yarn add @hekeh/easy-audio-player-react

# Using pnpm
pnpm add @hekeh/easy-audio-player-react

参数

参数说明类型必填默认值
url音频链接string-
options配置项AudioPlayerOptions参照options配置项

options 配置项

参数说明类型默认值
stopOthersOnPlay播放时是否停止其他音频播放器booleantrue
showDownloadButton是否显示下载按钮booleantrue
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago