@bsmth/loader-progress
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @bsmth/loader-progress

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

4.68 kB

Total Files

6

Last publish

Collaborators

  • project-bismuth
  • johh