Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/component/audio

Sleek radial audio player skin for the <audio> tag
https://github.com/component/audio

Last synced: 12 days ago
JSON representation

Sleek radial audio player skin for the <audio> tag

Awesome Lists containing this project

README

        

# audio

Sexy radial audio player skin for the `` tag.

![html5 audio tag style](http://f.cl.ly/items/2Y3l3t3K0y281X0r2U0L/audio.png)

## Installation

$ component install component/audio

## Example

```html

var audio = require('audio');
var el = document.querySelector('audio');
audio(el);

```

## API

### .toggle()

Toggle play state.

### .play()

Start playback.

### .pause()

Pause playback.

## License

MIT