kiboom
v1.2.3
Published
A plugin for KAPLAY that adds prefab like creation
Downloads
15
Maintainers
Readme
KIBOOM is a toolbox for KAPLAY, that provides some features that are not available in KAPLAY.
Installation
npm install kiboom
Usage
import kaplay from "kaplay";
import { kiboom } from "kiboom";
kaplay({
plugins: [kiboom],
});
// New methods
makeSprite();
makeText();