mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
chore: editor images
This commit is contained in:
7
web/shared/constants.ts
Normal file
7
web/shared/constants.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const MAX_FILE_SIZE = 5 * 1024 * 1024
|
||||
export const ALLOWED_FILE_TYPES = [
|
||||
"image/jpeg",
|
||||
"image/png",
|
||||
"image/gif",
|
||||
"image/webp",
|
||||
]
|
||||
Reference in New Issue
Block a user