🌙 Edge your slack emojis with white for visibality in dark mode
A handy tool edging your Slack emojis with white. It improves emoji visibility when you use Slack in dark mode.
$ poetry install
$ cp .env.sample .env
If you want to import emojis from your workspace, get OAuth Token here. Then set the token in .env file.
$ poetry run python import.py
$ poetry run python convert.py
$ find edged -type f | poetry run python add.py
$ find edged -type f | awk -F/ '{split($NF, x, "."); print x[1]}' | poetry run python remove.py
(*) These script use private API. Please run them at your own risk.
~No. If you can, please make a PR to this repo!~
-> Now you can convert animated GIF!
MIT License