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);
- ora - Elegant terminal spinner
Pull request, issues and feedback are very welcome. Code style is formatted with deno fmt and commit messages are done following Conventional Commits spec.
Copyright 2020-present, the denosaurs team. All rights reserved. MIT license.