Update head.mjs
This commit is contained in:
parent
5db597433e
commit
3f6da52e79
1 changed files with 1 additions and 2 deletions
|
@ -613,8 +613,7 @@ const options = {
|
|||
min: 5,
|
||||
max: 500,
|
||||
menu: 'style',
|
||||
// eslint-disable-next-line no-empty-pattern
|
||||
toAbs: (val, {}, mergedOptions) =>
|
||||
toAbs: (val, _, mergedOptions) =>
|
||||
((mergedOptions.sizeConstant * val * 2) / Math.PI) *
|
||||
(mergedOptions.type === 'octopus' ? 1.7 : mergedOptions.type === 'squid' ? 2 : 1),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue