← All plugins

Ripple

Effects @edv4h/usketch-plugin-effect-ripple

Pointer ripple effect on click.

pnpm add @edv4h/usketch-plugin-effect-ripple

Overview

Ripple is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.

Usage

import { createApp } from "@edv4h/usketch-core";
import { EffectRipplePlugin } from "@edv4h/usketch-plugin-effect-ripple";

const app = createApp({
  plugins: [
    EffectRipplePlugin,
  ],
});

Links