← All plugins
Reactions
Emoji reactions with physics.
pnpm add @edv4h/usketch-plugin-reactions Overview
Reactions 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 { ReactionsPlugin } from "@edv4h/usketch-plugin-reactions";
const app = createApp({
plugins: [
ReactionsPlugin,
],
});