https://github.com/tomhazledine/picobel
A lightweight wrapper for HTML audio. Bring your own CSS.
https://github.com/tomhazledine/picobel
audio-player css html-audio
Last synced: 8 months ago
JSON representation
A lightweight wrapper for HTML audio. Bring your own CSS.
- Host: GitHub
- URL: https://github.com/tomhazledine/picobel
- Owner: tomhazledine
- License: mit
- Created: 2015-06-14T15:53:20.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T16:38:36.000Z (over 1 year ago)
- Last Synced: 2025-03-26T17:36:38.032Z (over 1 year ago)
- Topics: audio-player, css, html-audio
- Language: CSS
- Homepage:
- Size: 75.8 MB
- Stars: 63
- Watchers: 2
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license.txt
Awesome Lists containing this project
README
Picobel.js
v3.2.1
Picobel.js (pronounced _peek-o-bell_, as in _decibel_) is a lightweight dependency-free JavaScript tool that converts html audio tags into styleable markup.
Documentation can be found at [picobel.tomhazledine.com](https://picobel.tomhazledine.com/).
---
## Quick start
```bash
npm install picobel
```
```js
// Include Picobel in your project:
import picobel from "picobel";
// Initialise picobel:
picobel();
// ...or initialise picobel with your chosen options:
picobel({ theme: "default" });
```
---
## Packages
- [picobel](packages/picobel/)
- [demo](packages/demo)
