diff options
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5bb30f3 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# telegram-based-wojak +Source images and convert script for **based wojak** stickerpack. + +# Usage +## Prerequisites + - [make](https://www.gnu.org/software/make/) + - [imagemagick](https://imagemagick.org) - used to convert source images into stickers + - [sxiv](https://github.com/muennich/sxiv) - optional, can be used to gallery-preview stickerpack + +## Generating stickerpack +In order to generate telegram-adapted stickers from the images in `src` directory, simply run: +```bash +$ make +``` +Generated stickers are located in `out` directory, you can preview them with `sxiv`: +``` +$ make view +``` + +# TODO + - Automatically publish new stickers using `CircleCI` + +# Contributing +Feel free to submit a *Pull Request* and add more stickers! + |