reduce image size

This commit is contained in:
derpystuff 2023-04-10 22:56:54 +02:00
parent 50c0c9a4e5
commit d8ab4e1810

View file

@ -5,7 +5,7 @@ const superagent = require('superagent');
const { codeblock } = require('../../../labscore/utils/markdown'); const { codeblock } = require('../../../labscore/utils/markdown');
const SIZES = Object.freeze({ const SIZES = Object.freeze({
"wallpaper": { x: 1920, y: 1080}, "wallpaper": { x: 1120, y: 630},
"phone": { x: 1170, y: 2353}, "phone": { x: 1170, y: 2353},
"avatar": { x: 512, y: 512} "avatar": { x: 512, y: 512}
}) })