UNPKG

me-webgpu-react

Version:

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

4 lines (3 loc) 108 B
import { MeshProps } from '../types'; export declare const Mesh: React.FC<MeshProps>; export { MeshProps };