UNPKG

@react-p5/utils

Version:

This library consists of "nice to haves" to alleviate repetitive tasks and boilerplate from your sketches.

4 lines (3 loc) 181 B
import type { Graphics } from "p5"; import type { ColorValue, P5 } from "types"; export declare const createOverlay: (p5: P5, background?: ColorValue, margin?: number) => Graphics;