WebGPU utilities provides a set of utilities for working with WebGPU.
Installing packages:
yarn install
yarn playwright install
During development, you can run the build with the following command:
yarn watch
To use the local version of the library in your project, you can run the following command:
npm link
Then, in your project, you can run:
npm link @donnerknalli/webgpu-utils