1 unstable release
0.1.0 | May 6, 2020 |
---|
#66 in #slack
21 downloads per month
Used in 2 crates
(via sledash-magickwand)
4KB
64 lines
Sledash
Sledash is an abbreviation for Slack Emoji Darkmode Shader.
This crate fetchs emoji lists from your Slack workspace and add white shades for better visibilities in the darkmode.
To run the example, 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 so well (some wierd animations will be generated.)
Requirements
-
Clang
- See the Requirements page of rust-bindgen.
-
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.
License
MIT OR Apache-2.0
No runtime deps
~0–1.8MB
~34K SLoC