top | item 36600945

(no title)

bbbbbenji | 2 years ago

Here is how they are calculating the actual axis refinement [0]

    const scoreWidth = (Astro.props.score - 33) * (100 / (100 - 33))
[0] https://github.com/withastro/astro.build/blob/main/src/pages...

> (Astro.props.score - 33) * (100 / (100 - 33))

discuss

order