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

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.

Awesome Lists containing this project

README

          

Picobel.js

v3.2.1

Picobel test status

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)