Skip to content

Instantly share code, notes, and snippets.

@maciejcieslar
Created November 7, 2018 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maciejcieslar/5151a9878215b172de726839dff12bd1 to your computer and use it in GitHub Desktop.
Save maciejcieslar/5151a9878215b172de726839dff12bd1 to your computer and use it in GitHub Desktop.
const message = (content: string, color: string) => {
const msg = emoji.emojify(content)
if (colors[color]) {
return colors[color](msg)
}
return msg
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment