UNPKG

q5-react

Version:

> Minimal React wrapper for [q5.js](https://github.com/q5js/q5.js)

6 lines (5 loc) 264 B
import type { UseCanvasProps } from "../types/q5-canvas"; export declare const useCanvas: ({ canvas, sizeInternal }: UseCanvasProps) => { sketchInstanceRef: import("react").RefObject<any>; containerRef: import("react").RefObject<HTMLDivElement | null>; };