1.1.1 • Published 4 years ago

slack-emojis v1.1.1

Weekly downloads
15
License
MIT
Repository
github
Last release
4 years ago

Slack-Emojis

snyk package version package version Downloads Is Maintained

This packages exposes all the possible emojis available in a slack chat.

Possible Usages

One out of many possibilities is that you are writing a webhook feature which integrates with slack and you would like to use emojis, you would have to use a magic string in your code(e.g :boom: <==> :boom: <==> slackEmojis.BOOM).

slack-emojis is here for the rescue!

Package Usage

const slackEmojis = require('slack-emojis');
console.log(slackEmojis.RELAXED); // outputs :relaxed:
1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago