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) 143 B
import type { Graphics } from "p5"; import type { P5 } from "types"; export declare const createGrain: (p5: P5, opacity?: number) => Graphics;