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