export function isWebGPUAvailable()

in src/utils.ts [18:20]


export function isWebGPUAvailable() {
  return "gpu" in navigator;
}