slack-emojifier

Turn images into slack emoji grids

Usage no npm install needed!

<script type="module">
  import slackEmojifier from 'https://cdn.skypack.dev/slack-emojifier';
</script>

README

slack-emojifier

Installation

npm install -g slack-emojifier

ImageMagick or GraphicsMagick must be installed!

Usage

Usage: emojify <command> [options]

Commands:
  create  Create and upload an emoji grid

Options:
  -s, --subdomain  Slack subdomain                           [string]
  -e, --email      Slack account email address               [string]
  -p, --password   Slack account password                    [string]
  -i, --image      Path of the image to emojify              [string]
  -n, --numcols    Number of columns in final grid           [number]
  -h, --help       Show help                                [boolean]


Examples:
  emojify create -s mysubdomain -e         Create a 5-column emoji grid of
  my@email.com -p mypassword -i             myimage.png and upload to
  myimage.png -n 5                          mysubdomain.slack.com using the
                                            account my@email.com with the
                                            password mypassword.

If you don't want to enter an option on the command line (i.e. your password), a prompt will ask you for any missing options.