forked from cadence/out-of-your-element
Add support for Lottie stickers
This commit is contained in:
parent
5bf051c624
commit
d759b5bd90
8 changed files with 115 additions and 10 deletions
|
@ -87,7 +87,7 @@ function emoji(emojiID, animated) {
|
|||
const stickerFormat = new Map([
|
||||
[1, {label: "PNG", ext: "png", mime: "image/png"}],
|
||||
[2, {label: "APNG", ext: "png", mime: "image/apng"}],
|
||||
[3, {label: "LOTTIE", ext: "json", mime: null}],
|
||||
[3, {label: "LOTTIE", ext: "json", mime: "lottie"}],
|
||||
[4, {label: "GIF", ext: "gif", mime: "image/gif"}]
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue