You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: