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
- Host: GitHub
- URL: https://github.com/nurodev/gradient-string
- Owner: NuroDev
- License: mit
- Created: 2025-05-21T13:07:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-22T11:26:12.000Z (about 1 year ago)
- Last Synced: 2025-06-18T10:59:04.715Z (12 months ago)
- Topics: color, console, gradient, javascript, js, rainbow, terminal, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).