1.0.4 • Published 1 year ago

ascii-progressbar v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ascii-progressbar

A simple graphical ascii progressbar written in JS

Usage

var progressbar = require('ascii-progressbar');
progressbar.setConfig(
    "text:Progress",    // text to display to the left of the progressbar
    "indicator:🟩",      // progress indicator (you can use any char also emoji)
    "pLength:10"        // Progressbar length
);
progressbar.setProgress(50); // set progress of the progressbar

Installation

npm i ascii-progressbar

Output

alt text

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago