New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

kaboom-util

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kaboom-util

Collection of components & plugins for Kaboom

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

Kaboom Util 💥📦

⚠️⚠️⚠️⚠️⚠️⚠️ ALERT ⚠️⚠️⚠️⚠️⚠️⚠️⚠️

This package is deprecated, use kaboom-extra instead.

Kaboom Util is a npm package for have access to a lot of Kaboom comps and plugins, in only one package!

It is recommended to use this package with the latest version of kaboom, it is not guaranteed to work correctly in previous versions

Install

npm: npm i kaboom-util
cdn: <script src=""></script>
mjs: https://example/future

Quick Example

import kutil from "kaboom-util";

kaboom({
    plugins: [
        kutil.blinkComp // returns blink()
        kutil.newgroundsPlugin // returns Newgrounds Plugin Functions
    ]
});

loadBean();

add([
    sprite("bean");
    blink(0.2)
]);

/*
Or you can import a specify component 

import { blinkComp } from "kaboom-util";
*/

Components List

  • blinkComp - Blink your objects

Plugins List

Keywords

kaboom

FAQs

Package last updated on 02 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts