Final save before migration

This commit is contained in:
2023-08-07 10:35:45 -04:00
parent 122d808fc2
commit 26e6a23636
9 changed files with 236 additions and 7 deletions

View File

@ -1,6 +1,6 @@
import EXIF from 'exif-js';
const MAX_IMAGE_PIXELS = 2073600; // 1920x1080px
const MAX_IMAGE_PIXELS = 8294400; // 3840x2160px
const _browser_quirks = {};