An open API service indexing awesome lists of open source software.

https://github.com/nurodev/gradient-string

🌈 Beautiful color gradients in terminal output
https://github.com/nurodev/gradient-string

color console gradient javascript js rainbow terminal ts typescript

Last synced: about 1 month ago
JSON representation

🌈 Beautiful color gradients in terminal output

Awesome Lists containing this project

README

          

# 🌈 gradient-string

Beautiful color gradients in terminal output.

## Usage

```ts
import { gradient } from "gradient-string";

const custom = gradient(["#ff5f6d", "#ffc371"]);
console.log(custom("Hello World!"));
```

## Credits

This package is a simplified re-creation of [`gradient-string` by @bokub](https://github.com/bokub/gradient-string).