Skip to content

antisoftwareclub/cheat-manager

Repository files navigation

CheatManager

A simple typescript / javascript module to process and act on the konami code.

Written in typescript so accurate typings are included out of the box!

Using

npm i --save @antisoftwareclub/cheat-manager

TypeScript

import { CheatManager } from "@antisoftwareclub/cheat-manager";

CheatManager.shared.addActivator(() => {
    console.log("activated!");
});

JavaScript

const CheatManager = require("@antisoftwareclub/cheat-manager");

CheatManager.shared.addActivator(() => {
    console.log("activated!");
});

Developing

We use pnpm so you'll need to make sure that's installed.

pnpm i
pnpm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published