kisig
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

kisig

Lightweight terminal spinners.

Usage

import Spinner from "kisig";

const spinner = new Spinner("Loading Content");

try {
  spinner.success("Finished loading your content!");
} catch (err) {
  spinner.error(`Something went wrong: ${err}`);
}

Read the rest of the documentation on github

Package Sidebar

Install

npm i kisig

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

3.04 kB

Total Files

4

Last publish

Collaborators

  • flzyy