← All plugins
Grid
Infinite grid background with zoom‑aware density.
pnpm add @edv4h/usketch-plugin-bg-grid Overview
Grid 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 { BgGridPlugin } from "@edv4h/usketch-plugin-bg-grid";
const app = createApp({
plugins: [
BgGridPlugin,
],
});