← All plugins
Dots
Dot pattern background, crisp at every zoom.
pnpm add @edv4h/usketch-plugin-bg-dots Overview
Dots 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 { BgDotsPlugin } from "@edv4h/usketch-plugin-bg-dots";
const app = createApp({
plugins: [
BgDotsPlugin,
],
});