Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/remapper/src/mod.ts>simplifyArray

A framework for Beat Saber map scripting.
Go to Latest
function simplifyArray
Re-export
import { simplifyArray } from "https://deno.land/x/remapper@3.0.0/src/mod.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.