Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update: width/height = 512/512
Browse files Browse the repository at this point in the history
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
@@ -41,8 +41,8 @@ const shuffleLayerConfigurations = false;
const debugLogs = true;

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

0 comments on commit b8fb0f0

Please sign in to comment.