@denosaurs/wait@0.2.2Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denosaurs/wait🌀 Minimal terminal spinner
wait
Usage
import { wait } from "https://deno.land/x/wait/mod.ts"; const spinner = wait("Generating terrain").start(); setTimeout(() => { spinner.color = "yellow"; spinner.text = "Loading dinosaurs"; }, 1500);
Other
Related
- ora - Elegant terminal spinner
Contribution
Pull request, issues and feedback are very welcome. Code style is formatted with deno fmt and commit messages are done following Conventional Commits spec.
Licence
Copyright 2020-present, the denosaurs team. All rights reserved. MIT license.
Built and signed on
GitHub Actions
Add Package
deno add jsr:@denosaurs/wait
Import symbol
import * as wait from "@denosaurs/wait";
Import directly with a jsr specifier
import * as wait from "jsr:@denosaurs/wait";