export function friction(ratio: number) {
    "worklet"

    return Math.sqrt(ratio) * 0.35
}
