mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-15 05:21:21 -05:00
* fix build typo * generate types * setup maintenance api for common cleanup actions * admin maintenance page * remove duplicate use-with-caution
29 lines
332 B
Python
29 lines
332 B
Python
NOT_WEBP = {
|
|
".jpg",
|
|
".jpeg",
|
|
".jpe",
|
|
".jif",
|
|
".jfif",
|
|
".jfi",
|
|
".png",
|
|
".gif",
|
|
".tiff",
|
|
".tif",
|
|
".psd",
|
|
".raw",
|
|
".arw",
|
|
".cr2",
|
|
".nrw",
|
|
".k25",
|
|
".bmp",
|
|
".dib",
|
|
".heif",
|
|
".heic",
|
|
".ind",
|
|
".jp2",
|
|
".svg",
|
|
".svgz",
|
|
".ai",
|
|
".eps",
|
|
}
|