add exif stripping, and convert to png by default

This commit is contained in:
rubikscraft
2022-04-15 12:52:53 +02:00
parent 9ad802b05f
commit 2e6e868f89
12 changed files with 457 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
// This enum is only here to make accessing the values easier, and type checking in the backend
export enum UsrPreference {
ExifStripping = 'exif_stripping',
KeepOriginal = 'keep_original',
}