JSPM

  • Created
  • Published
  • Downloads 1531127
  • Score
    100M100P100Q193782F
  • License Apache-2.0

Package Exports

  • @webgpu/types/dist/constants

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@webgpu/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Typescript Type Definitions for WebGPU

This package defines Typescript types (.d.ts) for the upcoming WebGPU standard.

This package matches the work-in-progress WebGPU API, which is currently unstable!

Use this package to augment the ambient "dom" type definitions with the new definitions for WebGPU.

What are declaration files?

See the TypeScript handbook.

How can I get them?

npm

npm install --save @webgpu/types

yarn

yarn add @webgpu/types