You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since wide emotes have been introduced, it is no longer safe to assume that every emote will be 112x112px of size, which makes things a bit complicated for some applications as trying to allot the exact space an emote will occupy becomes unworkable.
The other emote providers already include information regarding emote dimensions, for the reason that their emotes won't always be of fixed size.
I think it's about time that bttv incorporates such information in their API, or at least with the endpoints https://api.betterttv.net/3/cached/users/twitch/{id} & https://api.betterttv.net/3/cached/emotes/global as they are by far the ones needing them the most.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. We've added width and height to the emote serialization when they are not 1:1, which should make it easier to identify the correct sizing when needed.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related issues or feature requests.
Since wide emotes have been introduced, it is no longer safe to assume that every emote will be 112x112px of size, which makes things a bit complicated for some applications as trying to allot the exact space an emote will occupy becomes unworkable.
The other emote providers already include information regarding emote dimensions, for the reason that their emotes won't always be of fixed size.
I think it's about time that bttv incorporates such information in their API, or at least with the endpoints
https://api.betterttv.net/3/cached/users/twitch/{id}
&https://api.betterttv.net/3/cached/emotes/global
as they are by far the ones needing them the most.The text was updated successfully, but these errors were encountered: