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.
npm install picobel
// Include Picobel in your project:
import picobel from "picobel";
// Initialise picobel:
picobel();
// ...or initialise picobel with your chosen options:
picobel({ theme: "default" });