We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216e92f commit 9b7f29eCopy full SHA for 9b7f29e
app/util/assertions.js
@@ -10,7 +10,7 @@ export const isPositiveNumber = (num) => {
10
};
11
12
export const isDPLCSize = (num) => {
13
- return clamp(isPositiveNumber(num), 1, 16);
+ return clamp(isPositiveNumber(num), 1, 256);
14
15
16
export const isWidthHeight = (num) => {
0 commit comments