UNPKG

me-webgpu-react

Version:

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

14 lines (13 loc) 263 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "jsx": "react", "declaration": true, "outDir": "dist", "strict": false, "moduleResolution": "node", "esModuleInterop": true }, "include": ["src", "types.d.ts"] }