mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
Remove avif format as discord does not serve it (#4723)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @remarks
|
||||
* json is only for stickers
|
||||
*/
|
||||
export type ImageFormat = 'jpg' | 'jpeg' | 'png' | 'webp' | 'gif' | 'avif' | 'json';
|
||||
export type ImageFormat = 'jpg' | 'jpeg' | 'png' | 'webp' | 'gif' | 'json';
|
||||
|
||||
/** https://discord.com/developers/docs/reference#image-formatting */
|
||||
export type ImageSize = 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096;
|
||||
|
||||
Reference in New Issue
Block a user