Skip to content

KkjusTkk7074/music-progress-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

const { progress } = require("oxy-progress-bar1");
const bar = "━"; \\ bar of your choice for exxample: "-"
\\ total and current duration
const total = 100;  
const current = 10;

const size = 10; \\ size of the of the bar
const slider = "❤️" \\ slider for example: "⚪"

progress(bar,current, total,slider,size)[0]

Releases

No releases published

Packages

No packages published