Skip to content

Commit b8fb0f0

Browse files
committed
update: width/height = 512/512
1 parent 74bd69a commit b8fb0f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ const shuffleLayerConfigurations = false;
4141
const debugLogs = true;
4242

4343
const format = {
44-
width: 3000,
45-
height: 3000,
44+
width: 512,
45+
height: 512,
4646
smoothing: false,
4747
};
4848

0 commit comments

Comments
 (0)