Skip to content

Commit

Permalink
update: width/height = 512/512
Browse files Browse the repository at this point in the history
  • Loading branch information
Curti-s committed Jul 2, 2022
1 parent 74bd69a commit b8fb0f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ const shuffleLayerConfigurations = false;
const debugLogs = true;

const format = {
width: 3000,
height: 3000,
width: 512,
height: 512,
smoothing: false,
};

Expand Down

0 comments on commit b8fb0f0

Please sign in to comment.