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

x/remapper/src/mod.ts>complexifyArray

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

Ensures that this value is in the format of an array of keyframes. For example if you input [x,y,z], it would be converted to [[x,y,z,0]].

Parameters

The keyframe or array of keyframes.