Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/animation.ts>simplifyArray

A framework for Beat Saber map scripting.
Go to Latest
function simplifyArray
import { simplifyArray } from "https://deno.land/x/remapper@3.0.0/src/animation.ts";

If possible, isolate an array of keyframes with one keyframe. For example if you input [[x,y,z,0]], it would be converted to [x,y,z].

Parameters

The array of keyframes.