UNPKG

@react-p5/utils

Version:

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

2 lines (1 loc) 78 B
export declare const createGrid: (rows: number, cols?: number) => number[][];