1.1.0 • Published 4 years ago

@bsmth/loader-progress v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

bismuth loader progress indicator

Progress indicator UI used internally by @bsmth webpack loaders.

Installation

yarn add --dev @bsmth/loader-progress
npm i --save-dev @bsmth/loader-progress

Usage

Inside your project you can now import images like so:

import { trackJob } from "@bsmth/loader-progress";

const completeJob = trackJob({
	reportName: "some/file",
	text: "making progress",
});

// some time later

completeJob();

License

© 2021 the project bismuth authors, licensed under MIT.