JSPM

@bsmth/loader-progress

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q26862F
  • License MIT

Internal progress UI for @bsmth webpack loaders.

Package Exports

  • @bsmth/loader-progress

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bsmth/loader-progress) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.