Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/component/audio
- Owner: component
- Created: 2012-12-11T18:27:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-09T23:29:12.000Z (about 11 years ago)
- Last Synced: 2024-05-08T17:16:44.748Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 46
- Watchers: 7
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
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