I'm trying to make my first steps with WebGPU using TypeScript/Angular and wanted to user you types. However upon calling ng serve I'll get the two errors:
Error: node_modules/@webgpu/types/dist/index.d.ts:85:7 - error TS2304: Cannot find name 'VideoFrame'.
Error: node_modules/@webgpu/types/dist/index.d.ts:811:7 - error TS2304: Cannot find name 'VideoFrame'.
Suggested by this post, I already tried to install @types/dom-webcodecs as well, without success.
Can somebody suggest a solution to this ?
I'm trying to make my first steps with WebGPU using TypeScript/Angular and wanted to user you types. However upon calling
ng serve
I'll get the two errors:Suggested by this post, I already tried to install
@types/dom-webcodecs
as well, without success. Can somebody suggest a solution to this ?