Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

yields/progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

progress

generic progress api

Installation

$ component install yields/progress

API

new Progress(total)

initialize new progress obj with total length/bytes etc..

.update(n)

update progress to n the method emits .progress with:

{ total: 1024, progress: 453, percent: 44 }

License

MIT

About

generic progress emitter.

Resources

Stars

Watchers

Forks

Packages

No packages published