WebGPU utilities provides a set of utilities for working with WebGPU.
Installing packages:
yarn install
yarn playwright install --with-deps # if --with-deps fails on your OS, then try without it, but you might need to install some dependencies manually.During development, you can run the build with the following command:
yarn watchTo use the local version of the library in your project, you can run the following command:
yarn linkThen, in your project, you can run:
yarn link @donnerknalli/webgpu-utilsTo unlink the package in your project, you can run:
npm unlink @donnerknalli/webgpu-utilsThen you can run the following command to unlink the package globally:
yarn unlink