Crates.io | sledash |
lib.rs | sledash |
version | 0.1.0 |
source | src |
created_at | 2020-05-06 12:52:48.876017 |
updated_at | 2020-05-06 12:52:48.876017 |
description | slack emoji darkmode shader |
homepage | |
repository | https://github.com/pione30/sledash |
max_upload_size | |
id | 238177 |
size | 47,089 |
Sledash is an abbreviation for Slack Emoji Darkmode Shader.
Fetch emoji lists from your Slack workspace and add white shades for better visibilities in the darkmode.
Set SLACK_APP_ACCESS_TOKEN
environment variable to your Slack OAuth Access Token with emoji:read
scope granted.
WIP: As of now, adding the shades to gif animations does not work well (some wierd animations will be generated.)
Clang
ImageMagick >= 7.0.10
MagickWand headers files
MagickWand development files
pkg-config
If the command below:
$ pkg-config --exists MagickWand; echo $?
does not show 0
, something are missing. Check your environment again and install the missing packages.
MIT OR Apache-2.0