You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second parameter is now total (number) instead of description (string). To pass a description without a total, the call
is unchanged: logpct(pct, "label"). To pass both: logpct(pct, total, "label").
Made-with: Cursor
Features
add total parameter for real item counts and it/s speed (ea4f115)
The module is now ESM-only and the API has changed to logpct(percentage, description?), producing a tqdm-style progress bar with timing info. CommonJS require() is no longer supported.
Features
rewrite as ESM with tqdm-style progress bar (0b79915)