wait

所属分类:Telnet客户端/Shell
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2024-01-19 08:12:48
上 传 者sh-1993
说明:  最小端子微调器
(Minimal terminal spinner)

文件列表:
assets/
examples/
.editorconfig
CHANGELOG.md
LICENSE
deps.ts
log_symbols.ts
mod.ts
spinners.ts

# wait [![Tags](https://img.shields.io/github/release/denosaurs/wait)](https://github.com/denosaurs/wait/releases) [![CI Status](https://img.shields.io/github/actions/workflow/status/denosaurs/wait/deno.yml?branch=master)](https://github.com/denosaurs/wait/actions) [![License](https://img.shields.io/github/license/denosaurs/wait)](https://github.com/denosaurs/wait/blob/master/LICENSE)



## Usage ```typescript 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](https://github.com/sindresorhus/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.

近期下载者

相关文件


收藏者