Increase image resolutions

This commit is contained in:
Paul Frazee 2022-12-26 17:41:12 -06:00
parent 838fc601c1
commit cc63660982
3 changed files with 14 additions and 14 deletions

View file

@ -10,8 +10,8 @@ import {
import {compressIfNeeded} from '../../../lib/images'
const IMAGE_PARAMS = {
width: 500,
height: 500,
width: 1000,
height: 1000,
freeStyleCropEnabled: true,
forceJpg: true, // ios only
compressImageQuality: 1.0,