1.0.7 • Published 3 years ago

5g-wave-surfer v1.0.7

Weekly downloads
17
License
ISC
Repository
-
Last release
3 years ago

#使用方式 只需要传入 audioUrl 就可以

##安装 yarn add wavesurfer.js

yarn add 5g-wave-surfer

#在项目中使用 (不传链接和 file 有一个默认的音频文件加载;不能传空)

<template>
  <div id="Wavesurfer">
    <WavesurferCeshi :audioUrl='audioUrl' />
  </div>
</template>
<script>
import WavesurferCeshi from '5g-wave-surfer';
export default {
  name: 'Wavesurfer',
  components: { WavesurferCeshi },
  data () {
    return {
    audioUrl:'不能为空'
    };
  },
  mounted () {
  },
  methods: {}
};
</script>

<style lang="scss">
#Wavesurfer {

}
</style>
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago