@p5-wrapper/react
Version:
A wrapper component that allows you to utilise P5 sketches within React apps.
4 lines (3 loc) • 320 B
TypeScript
import { type P5WrapperPropsWithSketch } from "../contracts/P5WrapperPropsWithSketch";
import { type SketchProps } from "../contracts/SketchProps";
export declare function ReactP5WrapperWithSketch<Props extends SketchProps = SketchProps>(props: P5WrapperPropsWithSketch<Props>): import("react/jsx-runtime").JSX.Element;