UNPKG

me-webgpu-react

Version:

React wrapper for **MatrixEngine WebGPU** — a lightweight WebGPU 3D engine for meshes, physics, and more.

6 lines (5 loc) 303 B
import React from 'react'; import { PropsWithChildren } from 'react'; import { MatrixEngineCanvasProps } from "./types"; export type MatrixEngineCanvasPropsWithChildren = PropsWithChildren<MatrixEngineCanvasProps>; export declare const MatrixEngineCanvas: React.FC<MatrixEngineCanvasPropsWithChildren>;