1.0.8 • Published 6 years ago

@spacebartech/audio-player v1.0.8

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

audio-player

========

audio player vue component

Installation

npm install @spacebartech/audio-player

Usage

import AudioPlayer from '@spacebartech/audio-player'

props : {
  src : {
    required : true
  },
  duration : {
    default : null
  }
}

audio-player(
  :src='audioSrc'
  :duration='duration'
)
Sass variables

$primaryColor : #2E5491 !default;

Tests

npm test

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago