Skip to content

Instantly share code, notes, and snippets.

@fand
Created January 28, 2016 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fand/55324483ddcfd40b7319 to your computer and use it in GitHub Desktop.
Save fand/55324483ddcfd40b7319 to your computer and use it in GitHub Desktop.
var Progress = require('progress');
var bar = new Progress('姉ing [:bar] :percent', { complete: '姉', incomplete: ' ', width: 20, total: 100 });
setInterval(() => bar.tick(1), 50);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment