diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2021-08-14 02:47:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-14 02:47:23 +0300 |
commit | 9fb356dcee6de760c6430a0df0e4185043c625aa (patch) | |
tree | 77bc2ad7675900ea5cbc7b7a6ea9849be2c922ac | |
parent | a756bb42dc532a8247527e7261bd31a9f0385314 (diff) | |
download | telegram-based-wojak-9fb356dcee6de760c6430a0df0e4185043c625aa.tar.gz |
docs: add example section
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,14 @@ # telegram-based-wojak Source images and convert script for **based wojak** stickerpack. +# Example +Here's the example source images (*left*) and generated stickers (*right*). Notice how stickers are cropped to avoid wasting space. +<div> + <img src="https://user-images.githubusercontent.com/51545008/129427152-e01bc830-06e4-441a-9d8c-3dccbfb4d025.png" width="45%"> + ---- + <img src="https://user-images.githubusercontent.com/51545008/129426994-2a787714-772d-4010-b295-6ae00346bdbc.png" width="45%"> +</div> + # Usage ## Prerequisites - [make](https://www.gnu.org/software/make/) @@ -16,8 +24,6 @@ Generated stickers are located in `out` directory, you can preview them with `sx ``` $ make view ``` -![image](https://user-images.githubusercontent.com/51545008/129426994-2a787714-772d-4010-b295-6ae00346bdbc.png) - # TODO - Automatically publish new stickers using `CircleCI` |