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

x/remapper/src/beatmap.ts

A framework for Beat Saber map scripting.
Go to Latest
import * as remapper from "https://deno.land/x/remapper@3.0.0/src/beatmap.ts";

Functions

Get the active difficulty, ensuring that it is indeed active.

Set the difficulty that objects are being created for.

Converts an array of classes to Json. Used internally in Difficulty to export to Json.

Converts an array of Json objects to a class counterpart. Used internally in Difficulty to import Json.

Automatically zip the map, including only necessary files.

Transfer the visual aspect of maps to other difficulties.

Type Aliases

Filename for a difficulty. Extension is optional.

Absolute or relative path to a difficulty. Extension is optional.

Type for Json data.