0.0.3 • Published 8 months ago
@donnerknalli/webgpu-utils v0.0.3
WebGPU utilities
WebGPU utilities provides a set of utilities for working with WebGPU.
Development
Installing packages:
yarn install
yarn playwright installDuring 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:
npm linkThen, in your project, you can run:
npm link @donnerknalli/webgpu-utils