I created custom skin for Audio.JS

i-created-custom-skin-for-audio.js

I created custom skin for Audio.JS

https://forn.fun/sh20raj/i-created-custom-skin-for-audiojs-3n8c

bg Story

As videojs is popular I tried to search audiojs I found a library the is popular but it has so many bugs and issues.

Library :- https://kolber.github.io/audiojs/
Issues :- https://github.com/kolber/audiojs/issues

In fact it’s very poor than my created HTML5 audio player library when I was in school.

My created libraries ❤️🚀

I thought to redesign it and give it a better look.

Do Rate in Comments ❤️

Ops, My Bad, I noticed that the library is to old and outdated now, So, That’s the reason it has issues….

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
redis-reborn,-a-new-chapter-begins

Redis reborn, a new chapter begins

Next Post
bubble-sort-algorithm-in-javascript

Bubble Sort Algorithm in JavaScript

Related Posts
c++-指向類別成員的指位器的實作細節

C++ 指向類別成員的指位器的實作細節

C++ 可以定義指向成員函式的指位器, 不過因為成員函式可能是虛擬函式, 如何能夠透過指向成員函式的指位器達到呼叫正確的成員函式呢?本來就來簡單探究。(本文均以 g++ 為例, 並且只探討單純的單一繼承)。 指向非虛擬函式的指位器 首先來看個簡單的範例, 建立指向非虛擬函式的指位器: #include using namespace std; class A { public:…
Read More