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

image

Map Key

Map Key is a typescript library designed to extend ReMapper which allows you to do tedious things much faster and more efficiently.

Installation

To use Map Key in your script, you will need to import it. This works in the same way as ReMapper.

You can either import all items (not recommended as you will have to prefix everything with mk.).

import * as mk from "https://deno.land/x/mapkey@0.0.3/src/exports.ts"

Or specify the individual items you need.

import { PlayerAnim, shapeGenerator } from "https://deno.land/x/mapkey@0.0.3/src/exports.ts"

Important!

When you add your import it will likely show an error, hover over the link, click quick fix => cache dependancy.

to get started with map key, head over to the Wiki

HeckLib?

For those of you who use HeckLib, most of the features of MapKey will not work for you. However, a port of MapKey is being slowly developed. So, hang tight, you have not been forgotten. There is a very small veta version of a port which you can find here, in the future there will be a deno file cloning system just like the one for ReMapper so that you dont have to manually download.