mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
reduce image size
This commit is contained in:
parent
50c0c9a4e5
commit
d8ab4e1810
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue