1.3.0 • Published 4 years ago

@flk/audio-player v1.3.0

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

Audio player

This package implements the plyr package.

Installation

flk install flk-audio-player

Usage

hello-world.component.html

<flk-audio-player [src]="this.audioFilePath"></flk-audio-player>

Attributes

src

name: src | [src]

default: N/a

required: true

Set the audio player source path.

controls

name: [controls]

default: ['play', 'progress', 'current-time', 'volume', 'settings', 'duration']

Set what controls to display on the audio player.

options

name: [options]

default: {}

Pass list of options to the player.

For full options list check this table.

1.3.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.6

5 years ago