0.1.0 • Published 11 years ago

audio-component v0.1.0

Weekly downloads
9
License
-
Repository
-
Last release
11 years ago

audio

Sexy radial audio player skin for the <audio> tag.

html5 audio tag style

Installation

$ component install component/audio

Example

<audio src="your-source-here"></audio>
<script>
  var audio = require('audio');
  var el = document.querySelector('audio');
  audio(el);
</script>

API

.toggle()

Toggle play state.

.play()

Start playback.

.pause()

Pause playback.

License

MIT

0.1.0

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago