1
0
Fork 0

tweak edge percentage

This commit is contained in:
Zee 2022-05-08 12:24:18 +02:00
parent b21e51f0d4
commit e3611f1b78

View file

@ -32,6 +32,6 @@ export default {
options: {
length: { pct: 50, min: 10, max: 100 },
width: { pct: 50, min: 10, max: 100 },
edge: { pct: 25, min: 20, max: 50 },
edge: { pct: 25, min: 20, max: 40 },
},
}