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 daadbb9 commit bb8478dCopy full SHA for bb8478d
main.js
@@ -27,7 +27,7 @@ let randomizeButton = document.getElementById('randomize');
27
const resetParamValues = () => {
28
let scaleLen = .3+ Math.random()*0.5
29
paramValues = {
30
- 'lineWidth' : (5 + Math.random()*3)*Math.min(window.innerWidth, window.innerHeight)/900,
+ 'lineWidth' : (5 + Math.random()*3)*(Math.min(window.innerWidth, window.innerHeight)/900)**0.7,
31
'scaleFactorLen' : scaleLen,
32
'scaleFactorWidth' : (0.3+ Math.random()*0.4)/((1+scaleLen)),
33
0 commit comments