@@ -12,7 +12,7 @@ Import sticker packs from telegram, to be used at the [Maunium sticker picker](h
12
12
* enable Stickerpicker widget for supported Matrix Clients
13
13
14
14
## Client Support for Animated Sticker:
15
- | Client | gif | webp(default) | stickerpicker typ |
15
+ | Client | gif | webp(default) | stickerpicker type |
16
16
| --------------------------| -------------| -------------------| -------------------|
17
17
| [ Cinny] | ✅ | ✅ | ponies |
18
18
| [ Element] Desktop/Web | ✅ | ✅ | widget |
@@ -50,7 +50,7 @@ if the background of the client does not match the `transparent_color`.
50
50
* [ ldd] ( https://clang.llvm.org/ ) (make)
51
51
52
52
### Configuration:
53
- You need to create the following ` config.toml ` file and enter your values:
53
+ You need to create the following ` config.toml ` file (located at * ~ /.config/mstickereditor/config.toml * ) and enter your values:
54
54
``` toml
55
55
[telegram ]
56
56
bot_key = " YOUR-TELEGRAM-BOT-KEY"
@@ -64,12 +64,14 @@ access_token = "YOUR-MATIRX-ACESSTOKEN"
64
64
transparent_color = { r = 0 , g = 0 , b = 0 , alpha = true }
65
65
animation_format = " webp"
66
66
```
67
- The ` [sticker] ` section ist optional and can be left out.
67
+ The ` [sticker] ` section is optional and can be left out.
68
68
69
69
` transparent_color ` is used as color for semitransparent pixel in ` gif ` s.
70
70
The field has no effect, if the sticker is not animated or will be converted to ` webp ` (default).
71
71
` r ` ,` g ` ,` b ` must been between 0 and 255 inclusive.
72
72
73
+ ` animation_format ` : is used to convert the animated stickers to, you can either choose ` webp ` (default) or ` gif ` .
74
+
73
75
## Installation:
74
76
Current are no prebuild binaries available. You must build mstickereditor by yourself. See below.
75
77
0 commit comments