0.0.1 • Published 11 years ago

generic-progress v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 years ago

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

0.0.1

11 years ago