11 lines
495 B
Markdown
11 lines
495 B
Markdown
|
#Smileys
|
||
|
|
||
|
Toxygen support smileys. Smiley is small picture which replaces some combination of symbols. If you want to create your own smiley pack, create directory in src/smileys/. This directory must contain images with smileys and config.json. Example of config.json:
|
||
|
|
||
|
{":)": "one.png", ":(": "two.png"}
|
||
|
|
||
|
Animated smileys (.gif) are supported too.
|
||
|
|
||
|
#Stickers
|
||
|
|
||
|
Sticker is inline image. If you want to create your own smiley pack, create directory in src/stickers/ and place your stickers there.
|