UNPKG

@p5-wrapper/react

Version:

A wrapper component that allows you to utilise P5 sketches within React apps.

4 lines (3 loc) 59 B
export type SketchProps = { [key: string]: unknown; };