Skip to content

Instantly share code, notes, and snippets.

@fgclue
Created April 12, 2022 17:10
Show Gist options
  • Save fgclue/bea1db500e1d4475d0f96ceaac5d7807 to your computer and use it in GitHub Desktop.
Save fgclue/bea1db500e1d4475d0f96ceaac5d7807 to your computer and use it in GitHub Desktop.
a thing i made
{
"type": "module",
"dependencies" {
"chalk": "^1.3.0",
"chalk-animation" "^1.2.0"
}
}
import chalk from 'chalk';
import chalkAnimation from 'chalk-animation';
const hi = chalkAnimation.rainbow('Hello!')
@fgclue
Copy link
Author

fgclue commented Apr 12, 2022

RAINBOW>JS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment