UNPKG

me-webgpu-react

Version:

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

4 lines (3 loc) 97 B
export function getAssetUrl(path) { return new URL(`./res/${path}`, import.meta.url).href; }