@lavaclient/plugin-effects
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.2 • Public • Published

A lavaclient plugin for better filter management.

⛓️ Example

import type { PlayerEffect } from "@lavaclient/effects";

const nightcore: PlayerEffect = {
    id: "nightcore",
    filters: [
        {
            type: "timescale",
            data: { rate: 1.125, pitch: 1, speed: 1 },
        },
    ],
};

await player.effects.toggle(nightcore);

Package Sidebar

Install

npm i @lavaclient/plugin-effects

Weekly Downloads

49

Version

1.0.0-rc.2

License

Apache-2.0

Unpacked Size

24.5 kB

Total Files

18

Last publish

Collaborators

  • the2dperson